[cxx] Reenable C++ by default as all outstanding fixes are applied
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Mon, 29 Sep 2014 21:00:15 +0000 (18:00 -0300)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Mon, 29 Sep 2014 21:00:15 +0000 (18:00 -0300)
The C++ binding was disabled because of changes in Eolian. Since we're
already applied fixes on the C++ binding for the changes in the Eolian
API the C++ binding is to be enabled by-default.

configure.ac

index 411b946a55c92feee3936d6f810a5e8ea1339dcb..990fa07202eff2176febe515a2f7c7c0e2b67a68 100644 (file)
@@ -979,7 +979,7 @@ EFL_LIB_START([Eina_Cxx])
 EFL_CXX_COMPILE_STDCXX_11([ext])
 AC_ARG_ENABLE([cxx-bindings],
    [AS_HELP_STRING([--enable-cxx-bindings],[enable C++11 bindings. @<:@default=disabledd@:>@])],
-   [want_cxx11="${enableval}"], [want_cxx11="no"])
+   [want_cxx11="${enableval}"], [want_cxx11="yes"])
 
 if test "x${HAVE_CXX11}" = "x1" -a "x${want_cxx11}" = "xyes"; then
   have_cxx11="yes"