From: Ondřej Surý Date: Thu, 21 Jun 2018 10:18:56 +0000 (+0200) Subject: Set with_cmocka=no by default X-Git-Tag: v9.13.2~27^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ed8000f333dc656989d032cbe7e47ce576ee868c;p=thirdparty%2Fbind9.git Set with_cmocka=no by default --- diff --git a/configure b/configure index 92a608c1cda..bfebc118c6b 100755 --- a/configure +++ b/configure @@ -22538,7 +22538,9 @@ fi # Check whether --with-cmocka was given. if test "${with_cmocka+set}" = set; then : - withval=$with_cmocka; + withval=$with_cmocka; : +else + with_cmocka=no fi diff --git a/configure.in b/configure.in index 7d5ed67eab1..efd60b08070 100644 --- a/configure.in +++ b/configure.in @@ -4551,7 +4551,8 @@ AC_SUBST([LIBIDN2_LIBS]) # AC_ARG_WITH([cmocka], - [AS_HELP_STRING([--with-cmocka=no],[enable cmocka based tests (default is no)])]) + [AS_HELP_STRING([--with-cmocka=no],[enable cmocka based tests (default is no)])], + [:],[with_cmocka=no]) AS_CASE([$with_cmocka], [no],[:],