Revert previous check-in, wasnt supposed to be committed yet
authorJeff Garzik <jgarzik@src.gnome.org>
Wed, 17 Nov 1999 21:56:52 +0000 (21:56 +0000)
committerJeff Garzik <jgarzik@src.gnome.org>
Wed, 17 Nov 1999 21:56:52 +0000 (21:56 +0000)
svn path=/trunk/; revision=999

macros/ChangeLog
macros/gnome-xml-check.m4

index c9f129e..5084178 100644 (file)
@@ -1,8 +1,3 @@
-1999-11-16  Jeff Garzik  <jgarzik@mandrakesoft.com>
-
-       * gnome-xml-check.m4: always AC_SUBST GNOME_XML_LIB, so that
-       output variable will always be present.
-
 1999-11-09  Eskil Heyn Olsen  <deity@eskil.dk>
 
        * gnome-pilot.m4: uses test -r instead of test -e, was reported as 
index e43f425..2410f35 100644 (file)
@@ -7,8 +7,6 @@ dnl Check for availability of the libxml library
 dnl the XML parser uses libz if available too
 dnl
 
-AC_SUBST(GNOME_XML_LIB)
-
 AC_DEFUN([GNOME_XML_HOOK],[
        AC_PATH_PROG(GNOME_CONFIG,gnome-config,no)
        if test "$GNOME_CONFIG" = no; then
@@ -18,6 +16,7 @@ AC_DEFUN([GNOME_XML_HOOK],[
        fi
        AC_CHECK_LIB(xml, xmlNewDoc, [
                $1
+               AC_SUBST(GNOME_XML_LIB)
                GNOME_XML_LIB=`$GNOME_CONFIG --libs xml`
        ], [
                if test x$2 = xfailure; then