complibs/ppl: remove unnecessary (and confusing) --enable-cxx configure switch.
authorAnthony Foiani <anthony.foiani@gmail.com>
Thu May 19 23:05:58 2011 +0200 (2011-05-19)
changeset 2460132c00ad3d6e
parent 2459 4f0c4fb572e2
child 2461 ec30b191f0e3
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>
scripts/build/companion_libs/ppl.sh
     1.1 --- a/scripts/build/companion_libs/ppl.sh	Thu May 19 23:05:32 2011 +0200
     1.2 +++ b/scripts/build/companion_libs/ppl.sh	Thu May 19 23:05:58 2011 +0200
     1.3 @@ -42,7 +42,6 @@
     1.4          --with-libgmp-prefix="${CT_COMPLIBS_DIR}"   \
     1.5          --with-libgmpxx-prefix="${CT_COMPLIBS_DIR}" \
     1.6          --with-gmp-prefix="${CT_COMPLIBS_DIR}"      \
     1.7 -        --enable-cxx                                \
     1.8          --enable-watchdog                           \
     1.9          --disable-debugging                         \
    1.10          --disable-assertions                        \