# HG changeset patch # User Anthony Foiani # Date 1305839158 -7200 # Node ID 132c00ad3d6edc6ff4db6032aea62bf2eb747854 # Parent 4f0c4fb572e2862c24b28e8d27ce7e9cb9adba65 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 -r 4f0c4fb572e2 -r 132c00ad3d6e scripts/build/companion_libs/ppl.sh --- a/scripts/build/companion_libs/ppl.sh Thu May 19 23:05:32 2011 +0200 +++ b/scripts/build/companion_libs/ppl.sh Thu May 19 23:05:58 2011 +0200 @@ -42,7 +42,6 @@ --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 \