mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08: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