define BOOST_EXCEPTION_DISABLE in 0.14 too

This commit is contained in:
cg25 2009-08-21 18:17:06 +00:00
parent a6cf5b5bd3
commit a8e476613a
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ if [[ "x$enable_shared" == "xyes" ]]; then
COMPILETIME_OPTIONS+="-DTORRENT_LINKING_SHARED "
fi
AC_DEFINE(BOOST_EXCEPTION_DISABLE,,[We don't need boost.exception features])
AC_DEFINE(BOOST_EXCEPTION_DISABLE,,[We do not need boost.exception features])
COMPILETIME_OPTIONS+="-DBOOST_EXCEPTION_DISABLE "
dnl want some debugging symbols with that?