Do not attempt to load the old libxml1 stuff since that was removed from

libxml2-2.6.11.  We depend on libxml2 anyway, so this should effectively
be a NOP while ensuring this port still builds.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2004-07-07 05:48:18 +00:00
parent 7da129f8b8
commit d6ac2d1259
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113106

View file

@ -0,0 +1,15 @@
--- configure.in.orig Wed Jul 7 05:46:16 2004
+++ configure.in Wed Jul 7 05:45:39 2004
@@ -18,9 +18,9 @@
dnl LIBS="$LIBS"
AM_PATH_XML2(2.0.0)
-if test ! -n "$XML_LIBS" ; then
- AM_PATH_XML(1.8.17)
-fi
+dnl if test ! -n "$XML_LIBS" ; then
+dnl AM_PATH_XML(1.8.17)
+dnl fi
dnl CFLAGS="$CFLAGS $XML_CFLAGS"
dnl LIBS="$LIBS $XML_LIBS"