Skip to content

Commit 2041365

Browse files
committed
Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for
1 parent e18e100 commit 2041365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif
88
AM_CPPFLAGS = $(INCLUDES) \
99
-I$(top_builddir)/src/obj \
1010
$(BDB_CPPFLAGS) \
11-
$(BOOST_INCLUDES)
11+
$(BOOST_CPPFLAGS) $(BOOST_INCLUDES)
1212
AM_CPPFLAGS += $(LEVELDB_CPPFLAGS)
1313
AM_LDFLAGS = $(PTHREAD_CFLAGS)
1414

0 commit comments

Comments
 (0)