mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-27 01:50:28 +00:00
Merge pull request #1978 from nghttp2/configure-cygwin
Configure cygwin
This commit is contained in:
commit
3209a0b6c7
@ -233,7 +233,7 @@ fi
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
CXXFLAGS=
|
||||
|
||||
AX_CXX_COMPILE_STDCXX([14], [noext], [optional])
|
||||
AX_CXX_COMPILE_STDCXX([14], [], [optional])
|
||||
|
||||
CXX1XCXXFLAGS="$CXXFLAGS"
|
||||
CXXFLAGS="$save_CXXFLAGS"
|
||||
|
@ -81,6 +81,7 @@ AM_CFLAGS = $(WARNCFLAGS) \
|
||||
-I${top_srcdir}/lib/includes \
|
||||
-I${top_builddir}/lib/includes \
|
||||
-DBUILDING_NGHTTP2 \
|
||||
-DNGHTTP2_STATICLIB \
|
||||
@CUNIT_CFLAGS@ @DEFS@
|
||||
|
||||
TESTS = main
|
||||
|
Loading…
Reference in New Issue
Block a user