stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=012dedae89a412cf3ae370e3eb150e27124cd7de

commit 012dedae89a412cf3ae370e3eb150e27124cd7de
Author: Stefan Schmidt <[email protected]>
Date:   Tue Oct 7 08:50:45 2014 +0200

    build: Change cxx-bindings option to reflect its changed default state
    
    In f9e862e52e7f17cd49431fbfb78667e4a1fba3e5 the cxx-bindings have been
    changed to enabled by default again but the help text and option name
    was not changed back.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 99046cb..042c88c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -978,7 +978,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@:>@])],
+   [AS_HELP_STRING([--disable-cxx-bindings],[disable C++11 bindings. 
@<:@default=enabled@:>@])],
    [want_cxx11="${enableval}"], [want_cxx11="yes"])
 
 if test "x${HAVE_CXX11}" = "x1" -a "x${want_cxx11}" = "xyes"; then

-- 


Reply via email to