summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-08 03:44:38 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:41 -0400
commit38d9edde43506a0f31cd0b9a38768ebdfa539025 (patch)
treea9930a8572fd42639b769a87af788ad4a9ebd97f
parent02c88132cfbd69a65f5f27c0c7efbf459a375283 (diff)
downloadfork-ledger-38d9edde43506a0f31cd0b9a38768ebdfa539025.tar.gz
fork-ledger-38d9edde43506a0f31cd0b9a38768ebdfa539025.tar.bz2
fork-ledger-38d9edde43506a0f31cd0b9a38768ebdfa539025.zip
Removed STLport reference.
-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" ;;