diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-30 15:57:03 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-30 15:57:03 -0400 |
commit | 80f87bc1000c46f7065e42cd6b0abd8a44f57bb4 (patch) | |
tree | 431e6bd992d1c7bd9dcaba9005bbdf5452bdb13f /acprep | |
parent | 544f69108bb67148bad160bef4e291e5c7083917 (diff) | |
download | ledger-80f87bc1000c46f7065e42cd6b0abd8a44f57bb4.tar.gz ledger-80f87bc1000c46f7065e42cd6b0abd8a44f57bb4.tar.bz2 ledger-80f87bc1000c46f7065e42cd6b0abd8a44f57bb4.zip |
Corrected a failing test.
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ cat configure.tmpl | \ autoreconf --force --install -INCDIRS="-I/usr/local/include -I/opt/local/include" +INCDIRS="-isystem /usr/local/include" +INCDIRS="$INCDIRS -isystem /opt/local/include" INCDIRS="$INCDIRS -isystem /usr/local/include/boost-1_35" LIBDIRS="-L/usr/local/lib -L/opt/local/lib" |