Revert "C++ bindings: disable generation by default (to follow the efl)."

I'll reintroduce this in a moment, was just easier this way in order to
merge Vincent's changes.

This reverts commit d46fa601ef45d579d1448b19887d02ff2dfbb576.
This commit is contained in:
Tom Hacohen 2014-09-02 10:19:57 +01:00
parent 910dfe9b5a
commit 26d93eaf87
1 changed files with 4 additions and 3 deletions

View File

@ -231,10 +231,11 @@ requirement_elm="\
"
EFL_CXX_COMPILE_STDCXX_11([ext])
want_cxx11="yes"
AC_ARG_ENABLE([cxx-bindings],
[AC_HELP_STRING([--enable-cxx-bindings],
[enable C++11 bindings. @<:@default=disabled@:>@])],
[want_cxx11="${enableval}"], [want_cxx11="no"])
[AC_HELP_STRING([--disable-cxx-bindings],
[disable C++11 bindings. @<:@default=enabled@:>@])],
[want_cxx11="${enableval}"])
if test "x${HAVE_CXX11}" = "x1" -a "x${want_cxx11}" = "xyes"; then
PKG_CHECK_MODULES([ELEMENTARY_CXX],