]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Fixed configuration error when --disable-mount was used.
authorSteve Dickson <steved@redhat.com>
Tue, 3 Nov 2009 20:11:09 +0000 (15:11 -0500)
committerSteve Dickson <steved@redhat.com>
Tue, 3 Nov 2009 20:11:09 +0000 (15:11 -0500)
Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac

index 1b653e4c1727b87dc4424b20f1f5e57c7da48606..f660ef823332b098567908e5feb52ac932fdf5a0 100644 (file)
@@ -159,6 +159,8 @@ if test "$enable_mount" = yes; then
        fi
        AC_SUBST(enable_mountconfig)
        AM_CONDITIONAL(MOUNT_CONFIG, [test "$enable_mountconfig" = "yes"])
        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
 fi
 
 dnl Check for TI-RPC library and headers