summaryrefslogtreecommitdiff
path: root/macros/gnome-xml-check.m4
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>1999-09-01 21:28:41 +0000
committerHavoc Pennington <hp@src.gnome.org>1999-09-01 21:28:41 +0000
commitab94e3c404b00c9862b4ee403718e90b88578ebf (patch)
tree3846394275f459100bb92ebc469cced879babe65 /macros/gnome-xml-check.m4
parent9c22af9f454842b85f562d1210be0ee100fb38d8 (diff)
downloadshared-mime-info-ab94e3c404b00c9862b4ee403718e90b88578ebf.tar.gz
If you're going to AC_PATH_PROG then use the prog you find :-)
1999-09-01 Havoc Pennington <hp@pobox.com> * gnome-xml-check.m4: If you're going to AC_PATH_PROG then use the prog you find :-) svn path=/trunk/; revision=887
Diffstat (limited to 'macros/gnome-xml-check.m4')
-rw-r--r--macros/gnome-xml-check.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/gnome-xml-check.m4 b/macros/gnome-xml-check.m4
index 5d379d16..2410f35d 100644
--- a/macros/gnome-xml-check.m4
+++ b/macros/gnome-xml-check.m4
@@ -17,12 +17,12 @@ AC_DEFUN([GNOME_XML_HOOK],[
AC_CHECK_LIB(xml, xmlNewDoc, [
$1
AC_SUBST(GNOME_XML_LIB)
- GNOME_XML_LIB=`gnome-config --libs xml`
+ GNOME_XML_LIB=`$GNOME_CONFIG --libs xml`
], [
if test x$2 = xfailure; then
AC_MSG_ERROR(Could not link sample xml program)
fi
- ], `gnome-config --libs xml`)
+ ], `$GNOME_CONFIG --libs xml`)
])
AC_DEFUN([GNOME_XML_CHECK], [