Revert "Specify boost header directory for internal boost."

This reverts commit f721ae074d.
This commit is contained in:
Kohei Yoshida 2012-09-07 11:18:00 -04:00
parent f721ae074d
commit a6610e9e48

View file

@ -53,13 +53,7 @@ MY_CXXFLAGS = CXXFLAGS=-I$(OUTDIR)/inc/external
.END
CONFIGURE_DIR=
CONFIGURE_ACTION=
.IF "$(SYSTEM_BOOST)" != "YES"
CONFIGURE_ACTION+=export CPPFLAGS="$(CPPFLAGS) -I$(OUTDIR)/inc/external" &&
.ENDIF
CONFIGURE_ACTION+=./configure \
CONFIGURE_ACTION=./configure \
--with-pic \
--enable-static \
--disable-shared \