From a8e476613a60ae1df5f6847ec74ccaa6380cf236 Mon Sep 17 00:00:00 2001 From: cg25 Date: Fri, 21 Aug 2009 18:17:06 +0000 Subject: [PATCH] define BOOST_EXCEPTION_DISABLE in 0.14 too --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index fe7f51b7e..2ef1e98a5 100644 --- a/configure.in +++ b/configure.in @@ -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?