]> granicus.if.org Git - postgresql/commitdiff
revert change to build xml2 until a better fix is found
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 14 Apr 2007 12:57:07 +0000 (12:57 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 14 Apr 2007 12:57:07 +0000 (12:57 +0000)
contrib/Makefile

index ee8c965004c87726bbfa7d654439a0b1627118b6..0123688ba2415751f8439d2356461706a21f0ce4 100644 (file)
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.72 2007/04/13 18:50:01 adunstan Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.73 2007/04/14 12:57:07 adunstan Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -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 \