summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Welinder <mortenw@src.gnome.org>2002-01-28 16:51:06 +0000
committerMorten Welinder <mortenw@src.gnome.org>2002-01-28 16:51:06 +0000
commitc3bb443c9c747e11eaec24a6ac342dcb31ac52f0 (patch)
tree67728043cd1df332f3c33af39cc6b1cc6e21de1b
parentd682494a37adf10a8b89dac28acd0fecb8646a7b (diff)
downloadgnome-common-c3bb443c9c747e11eaec24a6ac342dcb31ac52f0.tar.gz
One line of code in the file; one bug.
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
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 48ba12c..ac99c7e 100644
--- a/configure.in
+++ b/configure.in
@@ -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