From 8145888a30c3c812cd6b33fb61c9fd969ce74350 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Wed, 19 Jul 2017 17:58:58 +0300 Subject: configure.ac: Enable back chamelium build by default Introducing an option for chamelium build inadvertently disabled it by default, according to the definition of the AC_ARG_ENABLE macro. This enables it back chamelium by default. Fixes: fd096fcc ("configure.ac: Make building chamelium an option") Signed-off-by: Paul Kocialkowski Reviewed-by: Lyude --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5b41f333..52339c8b 100644 --- a/configure.ac +++ b/configure.ac @@ -182,7 +182,7 @@ PKG_CHECK_MODULES(GLIB, glib-2.0) # for chamelium AC_ARG_ENABLE(chamelium, AS_HELP_STRING([--disable-chamelium], [Enable building of chamelium libraries and tests (default: yes)]), - [enable_chamelium=yes], [enable_chamelium=no]) + [enable_chamelium=no], [enable_chamelium=yes]) AM_CONDITIONAL(HAVE_CHAMELIUM, [test "x$enable_chamelium" = xyes]) if test "x$enable_chamelium" = xyes; then PKG_CHECK_MODULES(XMLRPC, xmlrpc xmlrpc_util xmlrpc_client, [], -- cgit v1.2.3