Browse Source

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

JINMEI Tatuya 12 years ago
parent
commit
5ee9971dc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
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