diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-08 03:44:38 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:41 -0400 |
commit | 38d9edde43506a0f31cd0b9a38768ebdfa539025 (patch) | |
tree | a9930a8572fd42639b769a87af788ad4a9ebd97f /acprep | |
parent | 02c88132cfbd69a65f5f27c0c7efbf459a375283 (diff) | |
download | fork-ledger-38d9edde43506a0f31cd0b9a38768ebdfa539025.tar.gz fork-ledger-38d9edde43506a0f31cd0b9a38768ebdfa539025.tar.bz2 fork-ledger-38d9edde43506a0f31cd0b9a38768ebdfa539025.zip |
Removed STLport reference.
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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" ;; |