q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=19a6c265b6d598759a2b74340464b6f6beed838a

commit 19a6c265b6d598759a2b74340464b6f6beed838a
Author: Daniel Kolesa <[email protected]>
Date:   Fri Aug 29 10:32:18 2014 +0100

    autotools: disable C++ bindings by default (use --enable-cxx-bindings to 
enable)
---
 configure.ac | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 55e403c..0938474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -977,10 +977,9 @@ EFL_LIB_END([Eina])
 EFL_LIB_START([Eina_Cxx])
 
 EFL_CXX_COMPILE_STDCXX_11([ext])
-want_cxx11="yes"
 AC_ARG_ENABLE([cxx-bindings],
-   [AS_HELP_STRING([--disable-cxx-bindings],[disable C++11 bindings. 
@<:@default=enabled@:>@])],
-   [want_cxx11="${enableval}"])
+   [AS_HELP_STRING([--enable-cxx-bindings],[enable C++11 bindings. 
@<:@default=disabledd@:>@])],
+   [want_cxx11="${enableval}"], [want_cxx11="no"])
 
 if test "x${HAVE_CXX11}" = "x1" -a "x${want_cxx11}" = "xyes"; then
   have_cxx11="yes"

-- 


Reply via email to