summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Eichwalder <ke@suse.de>1998-10-05 18:57:27 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-10-05 18:57:27 +0000
commit7cc56bf8c07fff9ef606cdc7c5032312dc9fbe20 (patch)
tree856544f38c7a4ff2bf7786982ffb01db0959b490
parent7d8284a18a497b41ec762ffac18076edbe867fce (diff)
downloadgnome-common-7cc56bf8c07fff9ef606cdc7c5032312dc9fbe20.tar.gz
Fix typo while signaling the error.
1998-10-05 Karl Eichwalder <ke@suse.de> * gnome-xml-check.m4: Fix typo while signaling the error. svn path=/trunk/; revision=426
-rw-r--r--macros/gnome-xml-check.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-xml-check.m4 b/macros/gnome-xml-check.m4
index accbabf..5d379d1 100644
--- a/macros/gnome-xml-check.m4
+++ b/macros/gnome-xml-check.m4
@@ -19,7 +19,7 @@ AC_DEFUN([GNOME_XML_HOOK],[
AC_SUBST(GNOME_XML_LIB)
GNOME_XML_LIB=`gnome-config --libs xml`
], [
- if test x$2 = failure; then
+ if test x$2 = xfailure; then
AC_MSG_ERROR(Could not link sample xml program)
fi
], `gnome-config --libs xml`)