summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-11-03 15:11:09 -0500
committerSteve Dickson <steved@redhat.com>2009-11-03 15:11:09 -0500
commit5df68929ceef7742f7669ba5925ea31b7b5a699c (patch)
tree4df8fa6a52a31ebdb81080f601bca8722ba7ea74 /configure.ac
parent97731f394c6b83ed7e5c3923278bbe98ee130bee (diff)
downloadnfs-utils-5df68929ceef7742f7669ba5925ea31b7b5a699c.tar.gz
nfs-utils-5df68929ceef7742f7669ba5925ea31b7b5a699c.tar.xz
nfs-utils-5df68929ceef7742f7669ba5925ea31b7b5a699c.zip
Fixed configuration error when --disable-mount was used.
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1b653e4..f660ef8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,6 +159,8 @@ if test "$enable_mount" = yes; then
fi
AC_SUBST(enable_mountconfig)
AM_CONDITIONAL(MOUNT_CONFIG, [test "$enable_mountconfig" = "yes"])
+else
+ AM_CONDITIONAL(MOUNT_CONFIG, [test "$enable_mount" = "yes"])
fi
dnl Check for TI-RPC library and headers