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: nfs-utils-1-2-5-rc2~18 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=64e97d4a1b165de9926669579a584284db931f91 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