walters / rpms / nfs-utils

Forked from rpms/nfs-utils 6 years ago
Clone
315e2f7
--- nfs-utils-1.1.4/configure.ac.orig	2009-01-06 12:27:23.944023000 -0500
315e2f7
+++ nfs-utils-1.1.4/configure.ac	2009-01-06 12:29:43.128014000 -0500
315e2f7
@@ -109,7 +109,7 @@ AC_ARG_WITH(rpcgen,
315e2f7
 	AC_SUBST(RPCGEN_PATH)
315e2f7
 	AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" == ""])
315e2f7
 AC_ARG_ENABLE(uuid,
315e2f7
-	[AC_HELP_STRING([--without-uuid], [Exclude uuid support and so avoid possibly buggy libblkid])],
315e2f7
+	[AC_HELP_STRING([--disable-uuid], [Exclude uuid support to avoid buggy libblkid])],
315e2f7
 	if test "$enableval" = "yes" ; then choose_blkid=yes; else choose_blkid=no; fi,
315e2f7
 	choose_blkid=default)
315e2f7
 AC_ARG_ENABLE(mount,