summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-08 03:43:51 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:41 -0400
commit02c88132cfbd69a65f5f27c0c7efbf459a375283 (patch)
tree7dadfae7fce709a7faf4ca6fd85511fb9a3824ab /acprep
parent0c10d1c3fdf4fa17e9880d318ee37c4b45d0daf2 (diff)
downloadfork-ledger-02c88132cfbd69a65f5f27c0c7efbf459a375283.tar.gz
fork-ledger-02c88132cfbd69a65f5f27c0c7efbf459a375283.tar.bz2
fork-ledger-02c88132cfbd69a65f5f27c0c7efbf459a375283.zip
Added --enable-boost-sd for linking about the static/debug variant of Boost.
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
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"