2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 23:25:38 +00:00

Set with_cmocka=no by default

This commit is contained in:
Ondřej Surý
2018-06-21 12:18:56 +02:00
parent 3385fb6456
commit ed8000f333
2 changed files with 5 additions and 2 deletions

4
configure vendored
View File

@@ -22538,7 +22538,9 @@ fi
# Check whether --with-cmocka was given. # Check whether --with-cmocka was given.
if test "${with_cmocka+set}" = set; then : if test "${with_cmocka+set}" = set; then :
withval=$with_cmocka; withval=$with_cmocka; :
else
with_cmocka=no
fi fi

View File

@@ -4551,7 +4551,8 @@ AC_SUBST([LIBIDN2_LIBS])
# #
AC_ARG_WITH([cmocka], 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], AS_CASE([$with_cmocka],
[no],[:], [no],[:],