mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
Fixed: configure options LIBS and CFLAGS do not work
This commit is contained in:
@@ -51,8 +51,8 @@ AM_CONDITIONAL([HAVE_STDCXX_11],
|
||||
|
||||
# zlib
|
||||
PKG_CHECK_MODULES([ZLIB], [zlib >= 1.2.3])
|
||||
LIBS=$ZLIB_LIBS $LIBS
|
||||
CFLAGS=$CFLAGS $ZLIB_CFLAGS
|
||||
LIBS="$ZLIB_LIBS $LIBS"
|
||||
CFLAGS="$CFLAGS $ZLIB_CFLAGS"
|
||||
|
||||
# cunit
|
||||
PKG_CHECK_MODULES([CUNIT], [cunit >= 2.1], [have_cunit=yes], [have_cunit=no])
|
||||
|
||||
Reference in New Issue
Block a user