summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Bender <pebender@san.rr.com>2011-08-03 13:06:56 -0400
committerSteve Dickson <steved@redhat.com>2011-08-03 13:41:29 -0400
commit64e97d4a1b165de9926669579a584284db931f91 (patch)
tree45adc2ce8713ccc7e428aa6797513464b9876f3d /configure.ac
parent312d57ff95333d93c93d8934e2be57a85b63c9da (diff)
downloadnfs-utils-64e97d4a1b165de9926669579a584284db931f91.tar.gz
nfs-utils-64e97d4a1b165de9926669579a584284db931f91.tar.xz
nfs-utils-64e97d4a1b165de9926669579a584284db931f91.zip
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 <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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