summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
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"