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>
This commit is contained in:
Anthony Foiani 2011-05-19 23:05:58 +02:00
parent 26cd54e8fc
commit bf48824c1c

View File

@ -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 \