diff options
author | Morten Welinder <mortenw@src.gnome.org> | 2002-01-28 16:51:06 +0000 |
---|---|---|
committer | Morten Welinder <mortenw@src.gnome.org> | 2002-01-28 16:51:06 +0000 |
commit | c3bb443c9c747e11eaec24a6ac342dcb31ac52f0 (patch) | |
tree | 67728043cd1df332f3c33af39cc6b1cc6e21de1b | |
parent | d682494a37adf10a8b89dac28acd0fecb8646a7b (diff) | |
download | shared-mime-info-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 48ba12c4..ac99c7e5 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 |