summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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