Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for
This commit is contained in:
parent
e18e1001eb
commit
2041365c8c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ endif
|
|||
AM_CPPFLAGS = $(INCLUDES) \
|
||||
-I$(top_builddir)/src/obj \
|
||||
$(BDB_CPPFLAGS) \
|
||||
$(BOOST_INCLUDES)
|
||||
$(BOOST_CPPFLAGS) $(BOOST_INCLUDES)
|
||||
AM_CPPFLAGS += $(LEVELDB_CPPFLAGS)
|
||||
AM_LDFLAGS = $(PTHREAD_CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue