summaryrefslogtreecommitdiff
path: root/scripts/build/companion_libs
diff options
context:
space:
mode:
authorAnthony Foiani <anthony.foiani@gmail.com>2011-05-19 21:05:58 (GMT)
committerAnthony Foiani <anthony.foiani@gmail.com>2011-05-19 21:05:58 (GMT)
commitbf48824c1c49a4eae16e79c16a1d785fae8e7e8b (patch)
treed8d5f287618ed8ee3dee5464a9dce5d92e4cc2fe /scripts/build/companion_libs
parent26cd54e8fc0c9d736aea9c93e42a0f4966e9159d (diff)
complibs/ppl: remove unnecessary (and confusing) --enable-cxx configure switch.
PPL does not use the "--enable-cxx" configure switch at all; it's possibly a cut-and-paste leftover from 'gmp.sh'. (PPL is written in C++ natively, so it doesn't make much sense to have to enable C++; GMP, on the other hand, is written in C with an optional C++ wrapper.) Signed-Off-By: Anthony Foiani <anthony.foiani@gmail.com>
Diffstat (limited to 'scripts/build/companion_libs')
-rw-r--r--scripts/build/companion_libs/ppl.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/companion_libs/ppl.sh b/scripts/build/companion_libs/ppl.sh
index 77ad64c..9700a38 100644
--- a/scripts/build/companion_libs/ppl.sh
+++ b/scripts/build/companion_libs/ppl.sh
@@ -42,7 +42,6 @@ do_ppl() {
--with-libgmp-prefix="${CT_COMPLIBS_DIR}" \
--with-libgmpxx-prefix="${CT_COMPLIBS_DIR}" \
--with-gmp-prefix="${CT_COMPLIBS_DIR}" \
- --enable-cxx \
--enable-watchdog \
--disable-debugging \
--disable-assertions \