From 88ddde4b61766e7ccfb45bc4f5e6a00f90bb992c Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Thu, 26 Apr 2007 02:37:54 +0000 Subject: Resolves: 236612 Summary: Modified the with-fhs and with-fhs-opt configure options --- m4/fhs.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'm4') diff --git a/m4/fhs.m4 b/m4/fhs.m4 index 803693e4..e550cc5a 100644 --- a/m4/fhs.m4 +++ b/m4/fhs.m4 @@ -42,6 +42,10 @@ AC_ARG_WITH(fhs-opt, [ --with-fhs-opt Use FHS optional layout], ], AC_MSG_RESULT(no)) +if test "$with_fhs_opt" = "yes"; then + AC_DEFINE([IS_FHS_OPT], [1], [Use FHS optional layout]) +fi + if test "$with_fhs" = "yes" -a "$with_fhs_opt" = "yes"; then AC_MSG_ERROR([Can't set both --with-fhs and --with-fhs-opt. Please only use one of these options.]) fi -- cgit