]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
configure: use "--disable-uuid" instead of "--without-uuid"
authorChuck Lever <chuck.lever@oracle.com>
Tue, 6 Jan 2009 17:35:15 +0000 (12:35 -0500)
committerSteve Dickson <steved@redhat.com>
Tue, 6 Jan 2009 17:35:15 +0000 (12:35 -0500)
Reported by Kevin Coffman and Jonathan Andrews.  Apparently --without-uuid
doesn't work with some older versions of autoconf, so correct the help text
to document the option that actually does the trick.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac

index 48061e4f55d709a6f4c29b5fbf40f2e0aead0a51..7140f48cbf5c10a0cd31ed1d38c1397635f7ba35 100644 (file)
@@ -109,7 +109,7 @@ AC_ARG_WITH(rpcgen,
        AC_SUBST(RPCGEN_PATH)
        AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" == ""])
 AC_ARG_ENABLE(uuid,
-       [AC_HELP_STRING([--without-uuid], [Exclude uuid support and so avoid possibly buggy libblkid])],
+       [AC_HELP_STRING([--disable-uuid], [Exclude uuid support to avoid buggy libblkid])],
        if test "$enableval" = "yes" ; then choose_blkid=yes; else choose_blkid=no; fi,
        choose_blkid=default)
 AC_ARG_ENABLE(mount,