BIND 10 trac1991, updated. 5ee9971dc60341992cf7da807dbec32811dd14d7 [1991] corrected typo: don't use the now-internal -SAVED/SAVES varaibles

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Dec 28 07:11:50 UTC 2012


The branch, trac1991 has been updated
       via  5ee9971dc60341992cf7da807dbec32811dd14d7 (commit)
      from  5d2a22ac8f92c53a89a5f4507ac3946529b9d49e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5ee9971dc60341992cf7da807dbec32811dd14d7
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Dec 28 07:11:03 2012 +0000

    [1991] corrected typo: don't use the now-internal -SAVED/SAVES varaibles

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 8227608..efb8d33 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 <asio.hpp> right without this
 # TODO: find the real cause of asio/boost wanting pthreads



More information about the bind10-changes mailing list