0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

Move boost coroutine deprecation suppression define to configure.ac from Makefile.am.

This commit is contained in:
Jason Volk 2018-05-22 16:31:30 -07:00
parent 233d320275
commit eda5822700
2 changed files with 1 additions and 2 deletions

View file

@ -921,6 +921,7 @@ else
])
fi
BOOST_CPPFLAGS+=" -DBOOST_COROUTINES_NO_DEPRECATION_WARNING=1"
dnl

View file

@ -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@ \