[PVFS2-CVS] commit by pw in pvfs2: configure configure.in

CVS commit program cvs at parl.clemson.edu
Wed Sep 29 15:55:14 EDT 2004


Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv4576

Modified Files:
	configure configure.in 
Log Message:
fix typo


Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure,v
diff -u -p -u -r1.186 -r1.187
--- configure	29 Sep 2004 18:09:16 -0000	1.186
+++ configure	29 Sep 2004 18:55:13 -0000	1.187
@@ -4545,7 +4545,7 @@ echo "$as_me: error: Option --with-gm re
 
 fi;
 if test -n "$GM_HOME" ; then
-    CPPFLAGS="$CPPFLAGS -I ${GM_HOME}/include ${GM_HOME}/include/gm"
+    CPPFLAGS="$CPPFLAGS -I ${GM_HOME}/include -I ${GM_HOME}/include/gm"
     if test "${ac_cv_header_gm_h+set}" = set; then
   echo "$as_me:$LINENO: checking for gm.h" >&5
 echo $ECHO_N "checking for gm.h... $ECHO_C" >&6

Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure.in,v
diff -u -p -u -r1.185 -r1.186
--- configure.in	29 Sep 2004 18:09:18 -0000	1.185
+++ configure.in	29 Sep 2004 18:55:14 -0000	1.186
@@ -475,7 +475,7 @@ AC_ARG_WITH(gm,
     fi
 )
 if test -n "$GM_HOME" ; then
-    CPPFLAGS="$CPPFLAGS -I ${GM_HOME}/include ${GM_HOME}/include/gm"
+    CPPFLAGS="$CPPFLAGS -I ${GM_HOME}/include -I ${GM_HOME}/include/gm"
     AC_CHECK_HEADER(gm.h,, AC_MSG_ERROR([Header gm.h not found.]))
     BUILD_GM=1
     CPPFLAGS="$CPPFLAGS_OLD"



More information about the PVFS2-CVS mailing list