]> err.no Git - sope/commitdiff
minor build fix
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 21 Apr 2006 17:24:26 +0000 (17:24 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 21 Apr 2006 17:24:26 +0000 (17:24 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1250 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-xml/ChangeLog
sope-xml/GNUmakefile

index 0319e7b7e7448109e00ccc80b448b0c1fca3f5fb..e286dce0b4b4bb64cec1959bc82bc18146f1f07c 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-21  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * GNUmakefile: reverse test for libxml2 existence flag - this allows
+         for building libxml2 even if we didn't run configure :-)
+
 2005-08-26  Helge Hess  <helge.hess@opengroupware.org>
 
        * all makefiles: add common.h as the precompiled header file
 2005-08-26  Helge Hess  <helge.hess@opengroupware.org>
 
        * all makefiles: add common.h as the precompiled header file
index 11c6f2a9d5199a70ea0ba27605d682c2084b4590..5e7940be8cd1218aee470ff18897fb4d54ded3eb 100644 (file)
@@ -14,7 +14,7 @@ SUBPROJECTS = \
 
 SUBPROJECTS += STXSaxDriver
 
 
 SUBPROJECTS += STXSaxDriver
 
-ifeq ($(HAS_LIBRARY_xml2),yes)
+ifneq ($(HAS_LIBRARY_xml2),no)
 SUBPROJECTS += libxmlSAXDriver
 endif
 
 SUBPROJECTS += libxmlSAXDriver
 endif