mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04: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
|
fi
|
||||||
|
|
||||||
if test -z "$OPT_ZLIB" ; then
|
if test -z "$OPT_ZLIB" ; then
|
||||||
PKG_CHECK_MODULES(ZLIB, zlib,
|
PKG_CHECK_MODULES([ZLIB], [zlib],
|
||||||
[ LIBS="${ZLIB_LIBS} $LIBS"
|
[ LIBS="${ZLIB_LIBS} $LIBS"
|
||||||
CPPFLAGS="${ZLIB_CFLAGS} $CPPFLAGS"
|
CPPFLAGS="${ZLIB_CFLAGS} $CPPFLAGS"
|
||||||
HAVE_LIBZ="1"
|
HAVE_LIBZ="1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user