mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
Move boost coroutine deprecation suppression define to configure.ac from Makefile.am.
This commit is contained in:
parent
233d320275
commit
eda5822700
2 changed files with 1 additions and 2 deletions
|
@ -921,6 +921,7 @@ else
|
|||
])
|
||||
fi
|
||||
|
||||
BOOST_CPPFLAGS+=" -DBOOST_COROUTINES_NO_DEPRECATION_WARNING=1"
|
||||
|
||||
|
||||
dnl
|
||||
|
|
|
@ -10,8 +10,6 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/include \
|
||||
@ROCKSDB_CPPFLAGS@ \
|
||||
@JS_CPPFLAGS@ \
|
||||
-DBOOST_COROUTINES_NO_DEPRECATION_WARNING=1 \
|
||||
-DBOOST_COROUTINE_NO_DEPRECATION_WARNING=1 \
|
||||
@BOOST_CPPFLAGS@ \
|
||||
@SODIUM_CPPFLAGS@ \
|
||||
@MAGIC_CPPFLAGS@ \
|
||||
|
|
Loading…
Reference in a new issue