Skip to content

Commit

Permalink
Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Jan 18, 2014
1 parent e18e100 commit 2041365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.include
Expand Up @@ -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)

Expand Down

0 comments on commit 2041365

Please sign in to comment.