diff options
author | Jeff Garzik <jgarzik@src.gnome.org> | 1999-11-18 05:54:14 +0800 |
---|---|---|
committer | Jeff Garzik <jgarzik@src.gnome.org> | 1999-11-18 05:54:14 +0800 |
commit | 1a6e677ae7824081451a6e8f9e93b7fa046c6d6e (patch) | |
tree | c512c21ccba7e0aede0ab0c3d727825d1d7cfbbc /macros/gnome-xml-check.m4 | |
parent | fa93d70ade2f492bb46690e0bb86a30c432bb043 (diff) | |
download | gsoc2013-evolution-1a6e677ae7824081451a6e8f9e93b7fa046c6d6e.tar gsoc2013-evolution-1a6e677ae7824081451a6e8f9e93b7fa046c6d6e.tar.gz gsoc2013-evolution-1a6e677ae7824081451a6e8f9e93b7fa046c6d6e.tar.bz2 gsoc2013-evolution-1a6e677ae7824081451a6e8f9e93b7fa046c6d6e.tar.lz gsoc2013-evolution-1a6e677ae7824081451a6e8f9e93b7fa046c6d6e.tar.xz gsoc2013-evolution-1a6e677ae7824081451a6e8f9e93b7fa046c6d6e.tar.zst gsoc2013-evolution-1a6e677ae7824081451a6e8f9e93b7fa046c6d6e.zip |
no news is good news
svn path=/trunk/; revision=1400
Diffstat (limited to 'macros/gnome-xml-check.m4')
-rw-r--r-- | macros/gnome-xml-check.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/gnome-xml-check.m4 b/macros/gnome-xml-check.m4 index 2410f35db7..e43f4258c8 100644 --- a/macros/gnome-xml-check.m4 +++ b/macros/gnome-xml-check.m4 @@ -7,6 +7,8 @@ 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 @@ -16,7 +18,6 @@ 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 |