From 64e97d4a1b165de9926669579a584284db931f91 Mon Sep 17 00:00:00 2001 From: Paul Bender Date: Wed, 3 Aug 2011 13:06:56 -0400 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2