From 7a5258e90e15d76510fc063ad3608dfd8ac21ba7 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 5 Nov 2009 22:04:19 +0000 Subject: [PATCH] b=21231 i=brian o=Christopher Morrone Fix the --with-lustre-iokit configure macro. --- build/autoconf/lustre-build.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index 42f7e26..610519f 100644 --- a/build/autoconf/lustre-build.m4 +++ b/build/autoconf/lustre-build.m4 @@ -152,7 +152,7 @@ AC_CONFIG_SUBDIRS(libsysio) # Handle internal/external lustre-iokit # AC_DEFUN([LB_PATH_LUSTREIOKIT], -[AC_ARG_WITH([], +[AC_ARG_WITH([lustre-iokit], AC_HELP_STRING([--with-lustre-iokit=path], [set path to lustre-iokit source (default is included lustre-iokit)]), [],[ -- 1.8.3.1