C++ bindings: disable generation by default (to follow the efl).

This commit is contained in:
Tom Hacohen 2014-09-02 10:28:37 +01:00
parent 092f40579a
commit 14b336feb9
1 changed files with 3 additions and 3 deletions

View File

@ -31,10 +31,10 @@ EFL_INIT
# C++ bindings
AC_ARG_ENABLE([cxx-bindings],
[AC_HELP_STRING([--disable-cxx-bindings],
[disable C++11 bindings. @<:@default=enabled@:>@])],
[AC_HELP_STRING([--enable-cxx-bindings],
[enable C++11 bindings. @<:@default=disabled@:>@])],
[want_cxx11="${enableval}"],
[want_cxx11="yes"])
[want_cxx11="no"])
# Tests