From 41b1aecf4788f620bab1fb30abe2a2e37813fde5 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 5 Oct 1998 18:57:27 +0000 Subject: Fix typo while signaling the error. 1998-10-05 Karl Eichwalder * gnome-xml-check.m4: Fix typo while signaling the error. svn path=/trunk/; revision=426 --- macros/gnome-xml-check.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/gnome-xml-check.m4') 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`) -- cgit