From bf48824c1c49a4eae16e79c16a1d785fae8e7e8b Mon Sep 17 00:00:00 2001 From: Anthony Foiani Date: Thu, 19 May 2011 23:05:58 +0200 Subject: 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 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 \ -- cgit v0.10.2-6-g49f6