From f9e862e52e7f17cd49431fbfb78667e4a1fba3e5 Mon Sep 17 00:00:00 2001 From: Felipe Magno de Almeida Date: Mon, 29 Sep 2014 18:00:15 -0300 Subject: [PATCH] [cxx] Reenable C++ by default as all outstanding fixes are applied 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 411b946a55..990fa07202 100644 --- a/configure.ac +++ b/configure.ac @@ -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"