Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for

This commit is contained in:
Luke Dashjr 2013-11-22 12:32:36 +00:00
parent e18e1001eb
commit 2041365c8c
1 changed files with 1 additions and 1 deletions

View File

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