summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-07 18:40:33 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-07 18:40:33 -0400
commit336cd5ef3517228af0f2257547e62bd44eac3de7 (patch)
tree40737eacc219506fa34c204a11039fbbdb8e997f
parent767014cb9fe60934d0e980d0bb382747b3d300ab (diff)
downloadfork-ledger-336cd5ef3517228af0f2257547e62bd44eac3de7.tar.gz
fork-ledger-336cd5ef3517228af0f2257547e62bd44eac3de7.tar.bz2
fork-ledger-336cd5ef3517228af0f2257547e62bd44eac3de7.zip
Removed include path reference to libofx.
-rwxr-xr-xacprep1
1 files changed, 0 insertions, 1 deletions
diff --git a/acprep b/acprep
index 1a93f3e4..1a72fd4f 100755
--- a/acprep
+++ b/acprep
@@ -50,7 +50,6 @@ BOOST_VERSION="1_37"
INCDIRS="-isystem /usr/local/include"
INCDIRS="$INCDIRS -isystem /opt/local/include"
-INCDIRS="$INCDIRS -isystem /opt/local/include/libofx"
INCDIRS="$INCDIRS -isystem /usr/local/include/boost-$BOOST_VERSION"
INCDIRS="$INCDIRS -isystem $PYTHON_HOME/include/python$PYTHON_VERSION"