diff options
author | Savio Sena <savio@expertisesolutions.com.br> | 2014-08-13 10:16:32 -0300 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-08-13 10:17:53 -0300 |
commit | 8d3d12282b8637ff7e357f620735393bf733d746 (patch) | |
tree | c0df446308a8127a6985a5e19cb3d416335335fb /configure.ac | |
parent | 07c6cadee372c1229c5e0d84df8f8523de37982c (diff) |
autotools: Renamed --disable-c++11 to --disable-cxx-bindings.
The name was misleading.
Fix T1438
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ba593c6aea..aac5cd895f 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -954,8 +954,8 @@ EFL_LIB_START([Eina_Cxx]) | |||
954 | 954 | ||
955 | EFL_CXX_COMPILE_STDCXX_11([ext]) | 955 | EFL_CXX_COMPILE_STDCXX_11([ext]) |
956 | want_cxx11="yes" | 956 | want_cxx11="yes" |
957 | AC_ARG_ENABLE([c++11], | 957 | AC_ARG_ENABLE([cxx-bindings], |
958 | [AS_HELP_STRING([--disable-c++11],[disable C++11 bindings. @<:@default=enabled@:>@])], | 958 | [AS_HELP_STRING([--disable-cxx-bindings],[disable C++11 bindings. @<:@default=enabled@:>@])], |
959 | [want_cxx11="${enableval}"]) | 959 | [want_cxx11="${enableval}"]) |
960 | 960 | ||
961 | if test "x${HAVE_CXX11}" = "x1" -a "x${want_cxx11}" = "xyes"; then | 961 | if test "x${HAVE_CXX11}" = "x1" -a "x${want_cxx11}" = "xyes"; then |