]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1991] corrected typo: don't use the now-internal -SAVED/SAVES varaibles
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 28 Dec 2012 07:11:03 +0000 (07:11 +0000)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 28 Dec 2012 07:11:03 +0000 (07:11 +0000)
configure.ac

index 8227608d7a4a68543952ca2045f420390d0e3040..efb8d33d7e0e6b03627eb9455452ea201c803e49 100644 (file)
@@ -853,7 +853,7 @@ if test "$BOOST_NUMERIC_CAST_WOULDFAIL" = "yes" -a X"$with_werror" = X1 -a $CLAN
 fi
 
 # Add some default CPP flags needed for Boost, identified by the AX macro.
-CPPFLAGS="$CPPFLAGS_SAVES $CPPFLAGS_BOOST_THREADCONF"
+CPPFLAGS="$CPPFLAGS $CPPFLAGS_BOOST_THREADCONF"
 
 # I can't get some of the #include <asio.hpp> right without this
 # TODO: find the real cause of asio/boost wanting pthreads