mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:17:15 +03:00
configure.ac: add missing quotes to PKG_CHECK_MODULES
This commit is contained in:
parent
00417fd66c
commit
8f7f5a8b06
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue