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:
parent
00417fd66c
commit
8f7f5a8b06
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user