diff options
author | John Wiegley <johnw@newartisans.com> | 2005-01-29 01:51:02 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:51 -0400 |
commit | 44eff1c0996db76e174098e50b18973ea96c73c7 (patch) | |
tree | 71720e07e23c7be858f2afa3df64ed252efe99ec | |
parent | 7054632aba246765bb37556dfd2d43d5891285b3 (diff) | |
download | fork-ledger-44eff1c0996db76e174098e50b18973ea96c73c7.tar.gz fork-ledger-44eff1c0996db76e174098e50b18973ea96c73c7.tar.bz2 fork-ledger-44eff1c0996db76e174098e50b18973ea96c73c7.zip |
*** empty log message ***
-rwxr-xr-x | acprep | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,9 +11,9 @@ else fi autoconf -INCDIRS="-I/sw/include -I/usr/include/httpd/xml -I/sw/include/python2.4" +INCDIRS="-I/sw/include -I/usr/include/httpd/xml -I/sw/include/python2.3" INCDIRS="$INCDIRS -Wno-long-double" -LIBDIRS="-L/sw/lib -L/sw/lib/python2.4/config" +LIBDIRS="-L/sw/lib -L/sw/lib/python2.3/config" if [ "$1" = "--debug" ]; then ./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g" \ |