1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

configure.ac: add missing quotes to PKG_CHECK_MODULES

This commit is contained in:
Marc Hoersken 2016-08-20 19:49:51 +02:00
parent 00417fd66c
commit 8f7f5a8b06

View File

@ -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"