diff options
Diffstat (limited to 'configure.in')
-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 |