diff options
author | Karl Eichwalder <ke@suse.de> | 1998-10-06 02:57:27 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-06 02:57:27 +0800 |
commit | 41b1aecf4788f620bab1fb30abe2a2e37813fde5 (patch) | |
tree | 3b3b79601e7a0deeba5065343497e428e0862a9f /macros/gnome-xml-check.m4 | |
parent | 96439bc6fffe21b8359bd825aa89fc586d36380a (diff) | |
download | gsoc2013-evolution-41b1aecf4788f620bab1fb30abe2a2e37813fde5.tar gsoc2013-evolution-41b1aecf4788f620bab1fb30abe2a2e37813fde5.tar.gz gsoc2013-evolution-41b1aecf4788f620bab1fb30abe2a2e37813fde5.tar.bz2 gsoc2013-evolution-41b1aecf4788f620bab1fb30abe2a2e37813fde5.tar.lz gsoc2013-evolution-41b1aecf4788f620bab1fb30abe2a2e37813fde5.tar.xz gsoc2013-evolution-41b1aecf4788f620bab1fb30abe2a2e37813fde5.tar.zst gsoc2013-evolution-41b1aecf4788f620bab1fb30abe2a2e37813fde5.zip |
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
Diffstat (limited to 'macros/gnome-xml-check.m4')
-rw-r--r-- | macros/gnome-xml-check.m4 | 2 |
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`) |