From: JINMEI Tatuya Date: Fri, 28 Dec 2012 07:11:03 +0000 (+0000) Subject: [1991] corrected typo: don't use the now-internal -SAVED/SAVES varaibles X-Git-Tag: bind10-1.0.0-rc-release~95^2~21^2~8^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee9971dc60341992cf7da807dbec32811dd14d7;p=thirdparty%2Fkea.git [1991] corrected typo: don't use the now-internal -SAVED/SAVES varaibles --- diff --git a/configure.ac b/configure.ac index 8227608d7a..efb8d33d7e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 right without this # TODO: find the real cause of asio/boost wanting pthreads