aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-xml-check.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome-xml-check.m4')
-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 accbabfc94..5d379d16e1 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`)