summaryrefslogtreecommitdiffstats
path: root/m4macros
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-12-16 00:00:45 +0100
committerFrancis Dupont <fdupont@isc.org>2015-12-16 00:00:45 +0100
commitb71cbefe6bf8751c573d1d3f96d90e5909b29f4a (patch)
treecefbe1879936f43bf3dbddbc1f689b6d8d59642f /m4macros
parent[4242] Added -P to gnu cpp >= 5 (diff)
downloadkea-b71cbefe6bf8751c573d1d3f96d90e5909b29f4a.tar.xz
kea-b71cbefe6bf8751c573d1d3f96d90e5909b29f4a.zip
[4242] Fixed boost and gtest versionings
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/ax_boost_for_kea.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/ax_boost_for_kea.m4 b/m4macros/ax_boost_for_kea.m4
index fa5536f1d8..7b45fdfa36 100644
--- a/m4macros/ax_boost_for_kea.m4
+++ b/m4macros/ax_boost_for_kea.m4
@@ -210,7 +210,7 @@ cat > conftest.cpp << EOF
AUTOCONF_BOOST_LIB_VERSION=BOOST_LIB_VERSION
EOF
-BOOST_VERSION=`$CPP $CPPFLAGS conftest.cpp | grep '^AUTOCONF_BOOST_LIB_VERSION=' | $SED -e 's/^AUTOCONF_BOOST_LIB_VERSION=//' -e 's/_/./g' -e 's/"//g' 2> /dev/null`
+BOOST_VERSION=`$CPPP $CPPFLAGS conftest.cpp | grep '^AUTOCONF_BOOST_LIB_VERSION=' | $SED -e 's/^AUTOCONF_BOOST_LIB_VERSION=//' -e 's/_/./g' -e 's/"//g' 2> /dev/null`
if test -z "$BOOST_VERSION"; then
BOOST_VERSION="unknown"
fi