summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacprep6
1 files changed, 0 insertions, 6 deletions
diff --git a/acprep b/acprep
index 0928cba5..bd266552 100755
--- a/acprep
+++ b/acprep
@@ -59,12 +59,6 @@ while [ -n "$1" ]; do
case "$1" in
--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"
- # CPPFLAGS="-I/usr/local/include/stlport $CPPFLAGS"
- # LIBS="$LIBS -lstlportstlg"
- #fi
CPPFLAGS="$CPPFLAGS -D_GLIBCXX_DEBUG=1"
CXXFLAGS="$CXXFLAGS -g" ;;