From 012dedae89a412cf3ae370e3eb150e27124cd7de Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 7 Oct 2014 08:50:45 +0200 Subject: [PATCH] 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 99046cb854..042c88ce85 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