diff options
-rw-r--r-- | print/foomatic-db-engine/files/patch-configure.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/foomatic-db-engine/files/patch-configure.in b/print/foomatic-db-engine/files/patch-configure.in new file mode 100644 index 000000000000..16899c80d9bb --- /dev/null +++ b/print/foomatic-db-engine/files/patch-configure.in @@ -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" + |