summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 4b29d489..a3878981 100755
--- a/acprep
+++ b/acprep
@@ -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" \