summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-01-29 01:51:02 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:51 -0400
commit44eff1c0996db76e174098e50b18973ea96c73c7 (patch)
tree71720e07e23c7be858f2afa3df64ed252efe99ec
parent7054632aba246765bb37556dfd2d43d5891285b3 (diff)
downloadfork-ledger-44eff1c0996db76e174098e50b18973ea96c73c7.tar.gz
fork-ledger-44eff1c0996db76e174098e50b18973ea96c73c7.tar.bz2
fork-ledger-44eff1c0996db76e174098e50b18973ea96c73c7.zip
*** empty log message ***
-rwxr-xr-xacprep4
1 files changed, 2 insertions, 2 deletions
diff --git a/acprep b/acprep
index 6e6b516b..8a7d0e62 100755
--- a/acprep
+++ b/acprep
@@ -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" \