From 4261a0352fdcb16649078c2eaf2f18daa1711ecd Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 14 Apr 2007 12:57:07 +0000 Subject: [PATCH] revert change to build xml2 until a better fix is found --- contrib/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/contrib/Makefile b/contrib/Makefile index 8aee1577c1..c8ec1dce0d 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -37,13 +37,9 @@ ifeq ($(with_openssl),yes) WANTED_DIRS += sslinfo endif -ifeq ($(with_libxml),yes) -WANTED_DIRS += xml2 -endif - # Missing: # start-scripts \ (does not have a makefile) - +# xml2 \ (requires libxml and libxslt installed) all install installdirs uninstall distprep clean distclean maintainer-clean: @for dir in $(WANTED_DIRS); do \ -- 2.39.5