diff options
author | Hans Petter <hansp@src.gnome.org> | 2000-11-06 21:40:14 +0000 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2000-11-06 21:40:14 +0000 |
commit | 38f93f79e6a4ad79c2f94ccc4f3605d320128e62 (patch) | |
tree | 642b5c6899d3e50501d779ddd00b3a0092d71740 /macros | |
parent | cef105d0ded55628809e482ffc23aed4424f8660 (diff) | |
download | gnome-common-38f93f79e6a4ad79c2f94ccc4f3605d320128e62.tar.gz |
Applied build patch from Mathieu Lacage.
svn path=/trunk/; revision=1433
Diffstat (limited to 'macros')
-rw-r--r-- | macros/gnome-xml-check.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/gnome-xml-check.m4 b/macros/gnome-xml-check.m4 index 4bc91d1..1caad10 100644 --- a/macros/gnome-xml-check.m4 +++ b/macros/gnome-xml-check.m4 @@ -14,6 +14,8 @@ AC_DEFUN([GNOME_XML_HOOK],[ AC_MSG_ERROR(Could not find gnome-config) fi fi + GNOME_XML_CFLAGS=`$GNOME_CONFIG --cflags xml` + AC_SUBST(GNOME_XML_CFLAGS) AC_CHECK_LIB(xml, xmlNewDoc, [ $1 GNOME_XML_LIB=`$GNOME_CONFIG --libs xml` |