From: Steve Dickson Date: Tue, 3 Nov 2009 20:11:09 +0000 (-0500) Subject: Fixed configuration error when --disable-mount was used. X-Git-Tag: nfs-utils-1-2-1~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=5df68929ceef7742f7669ba5925ea31b7b5a699c Fixed configuration error when --disable-mount was used. Signed-off-by: Steve Dickson --- 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