summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-04-26 02:37:54 +0000
committerNathan Kinder <nkinder@redhat.com>2007-04-26 02:37:54 +0000
commit88ddde4b61766e7ccfb45bc4f5e6a00f90bb992c (patch)
tree0c07364da2b1edfb38a603c3c6662c1429d2a2f0 /m4
parentb0e077769e5247e96ef6fd66d75dc96698dda107 (diff)
downloadds-88ddde4b61766e7ccfb45bc4f5e6a00f90bb992c.tar.gz
ds-88ddde4b61766e7ccfb45bc4f5e6a00f90bb992c.tar.xz
ds-88ddde4b61766e7ccfb45bc4f5e6a00f90bb992c.zip
Resolves: 236612
Summary: Modified the with-fhs and with-fhs-opt configure options
Diffstat (limited to 'm4')
-rw-r--r--m4/fhs.m44
1 files changed, 4 insertions, 0 deletions
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