summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-02-17 12:25:23 +0000
committerjkar8572 <jkar8572>2010-02-17 12:25:23 +0000
commit836ebe7446e26e770f7a52f604a2e313fa59199a (patch)
treeb05127aee3c5513e0da8d09e592aa036aaaff555
parent55c3504ca7181bd0d0d99c4c5c698264fe445a50 (diff)
* fixed --disable-proc-mounts config option (Jan Kara)
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5090623..895ee03 100644
--- a/configure.in
+++ b/configure.in
@@ -229,7 +229,7 @@ if test "$enable_nls" = "yes" ; then
AC_DEFINE([USE_GETTEXT], 1, [Use gettext to translate messages])
INSTMO="inst_mo"
fi
-if test -n "$enable_proc_mounts" ; then
+if test "$enable_proc_mounts" != "no"; then
AC_DEFINE_UNQUOTED([ALT_MTAB], ["$enable_proc_mounts"], [File with mounted filesystems])
fi
if test "$enable_rootsbin" = "yes" ; then