diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 04:28:52 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 04:28:52 -0400 |
commit | 2b2994e08f9cbcbb2b2f4747be84dc8f958db1db (patch) | |
tree | ccd92bad10f609e898da8a30b2c8127c233921ef | |
parent | 2a299ebca397576a98a5af64355bc61c694e8eae (diff) | |
download | ledger-2b2994e08f9cbcbb2b2f4747be84dc8f958db1db.tar.gz ledger-2b2994e08f9cbcbb2b2f4747be84dc8f958db1db.tar.bz2 ledger-2b2994e08f9cbcbb2b2f4747be84dc8f958db1db.zip |
Removed incorrectly placed single quotes.
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ if [ ! "$BUILD_DIR" = "false" ]; then cd "$BUILD_DIR" || (echo "Cannot change to $BUILD_DIR"; exit 1) fi -SWITCHES="$SWITCHES --with-boost-suffix='$BOOST_SUFFIX'" +SWITCHES="$SWITCHES --with-boost-suffix=$BOOST_SUFFIX" "$HERE/configure" --srcdir="$HERE" CXX="$CXX" \ CPPFLAGS="$CPPFLAGS" CXXFLAGS="$CXXFLAGS $local_cxxflags" \ |