From: Paul Bender Date: Wed, 3 Aug 2011 17:06:56 +0000 (-0400) Subject: A problem with the --enable-libmount-mount configure option X-Git-Tag: debian/1%1.2.5-1~11^2~40 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f9a53bfc3c3d1b34bec743f384235227c437f001;p=nfs-utils.git A problem with the --enable-libmount-mount configure option nfs-utils' configure script assumes that when either --enable-libmount-mount or --disable-libmount-mount is specified, that libmount should be used. Signed-off-by: Steve Dickson --- diff --git a/configure.ac b/configure.ac index 1e8b035..c9fb27b 100644 --- a/configure.ac +++ b/configure.ac @@ -137,7 +137,7 @@ if test "$enable_mount" = yes; then AC_ARG_ENABLE(libmount-mount, [AC_HELP_STRING([--enable-libmount-mount], [Link mount.nfs with libmount (EXPERIMENTAL)])], - enable_libmount=yes, + enable_libmount=$enableval, enable_libmount=no) fi