From 836ebe7446e26e770f7a52f604a2e313fa59199a Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 17 Feb 2010 12:25:23 +0000 Subject: * fixed --disable-proc-mounts config option (Jan Kara) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3