summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-27 15:21:50 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-30 09:45:43 +0200
commite355e54f2fddcf3146f33c9690e580e6b77aacef (patch)
treebe5c00928059bc4001be044030940592cc498c65 /configure.ac
parent5251a7c39c7c2ee6bc16965484913002d662d44d (diff)
configure: set BOOST_CPPFLAGS also in --without-system-boost case
Simplify the makefiles. Change-Id: Ia695961e936e4a1ffdaff73eb56adc3c3905ed0c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b9565a929d4d..97056e744cea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8838,6 +8838,7 @@ else
AC_MSG_RESULT([internal])
BUILD_TYPE="$BUILD_TYPE BOOST"
SYSTEM_BOOST=
+ BOOST_CPPFLAGS="-I${WORKDIR}/UnpackedTarball/boost"
fi
AC_SUBST(SYSTEM_BOOST)