diff options
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e1dbbee84..3c00ae107 100644 --- a/configure.ac +++ b/configure.ac @@ -892,7 +892,7 @@ else    fi    if test -z "$OPT_ZLIB" ; then -    PKG_CHECK_MODULES(ZLIB, zlib, +    PKG_CHECK_MODULES([ZLIB], [zlib],          [ LIBS="${ZLIB_LIBS} $LIBS"            CPPFLAGS="${ZLIB_CFLAGS} $CPPFLAGS"            HAVE_LIBZ="1"  | 
