Whamcloud - gitweb
- remove check for libxml2, since it is soon going away and the check
authorrread <rread>
Thu, 1 Aug 2002 17:34:27 +0000 (17:34 +0000)
committerrread <rread>
Thu, 1 Aug 2002 17:34:27 +0000 (17:34 +0000)
 appears to be failing

lustre/configure.in

index eea6d94..b7b4155 100644 (file)
@@ -15,14 +15,14 @@ AC_PROG_RANLIB
 # 
 # Check for required packages
 
-AC_PATH_PROG([XML2_CONFIG], [xml2-config], [],)
-if test -z "$XML2_CONFIG"; then
-       AC_MSG_ERROR([xml2-config not found; libxml2-dev libraries must be installed.])
-fi
-XML2_CFLAGS=$($XML2_CONFIG --cflags)
-XML2_LIBS=$($XML2_CONFIG --libs)
-AC_SUBST(XML2_CFLAGS)
-AC_SUBST(XML2_LIBS)
+AC_PATH_PROG([XML2_CONFIG], [xml2-config], [],)
+if test -z "$XML2_CONFIG"; then
+#      AC_MSG_ERROR([xml2-config not found; libxml2-dev libraries must be installed.])
+fi
+XML2_CFLAGS=$($XML2_CONFIG --cflags)
+XML2_LIBS=$($XML2_CONFIG --libs)
+AC_SUBST(XML2_CFLAGS)
+AC_SUBST(XML2_LIBS)
 
 # this doesn't seem to work on older autoconf
 # AC_CHECK_LIB(readline, readline,,)