One line of code in the file; one bug.
authorMorten Welinder <mortenw@src.gnome.org>
Mon, 28 Jan 2002 16:51:06 +0000 (16:51 +0000)
committerMorten Welinder <mortenw@src.gnome.org>
Mon, 28 Jan 2002 16:51:06 +0000 (16:51 +0000)
No bugzilla module to report bugs.
Author hasn't shown up on irc for months.
/me chances it and commits.

svn path=/trunk/; revision=2295

configure.in

index 48ba12c..ac99c7e 100644 (file)
@@ -17,7 +17,7 @@ AM_PROG_LIBTOOL
 AC_PROG_AWK
 
 AC_PATH_PROG(PKG_CONFIG, pkg-config)
-if ! test -x "$PKG_CONFIG" ; then
+if test "!" -x "$PKG_CONFIG" ; then
    AC_MSG_ERROR([
 *** You need the latest pkg-config.
 *** Get the latest version of pkg-config from