build: Change cxx-bindings option to reflect its changed default state

In f9e862e52e the cxx-bindings have been
changed to enabled by default again but the help text and option name
was not changed back.
This commit is contained in:
Stefan Schmidt 2014-10-07 08:50:45 +02:00
parent 01c89cb4a4
commit 012dedae89
1 changed files with 1 additions and 1 deletions

View File

@ -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