From 02c88132cfbd69a65f5f27c0c7efbf459a375283 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 8 May 2007 03:43:51 +0000 Subject: Added --enable-boost-sd for linking about the static/debug variant of Boost. --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acprep') diff --git a/acprep b/acprep index e2a4f8c0..0928cba5 100755 --- a/acprep +++ b/acprep @@ -58,7 +58,7 @@ LDFLAGS="$LIBDIRS" while [ -n "$1" ]; do case "$1" in --debug) - SWITCHES="$SWITCHES --enable-debug" + SWITCHES="$SWITCHES --enable-debug --enable-boost-sd" #if [ -f /usr/local/lib/libstlportstlg.a ]; then # SWITCHES="$SWITCHES --enable-stlportg" # CPPFLAGS="-D_STLP_DEBUG $CPPFLAGS" -- cgit v1.2.3