Set with_cmocka=no by default

(cherry picked from commit ed8000f333)
This commit is contained in:
Ondřej Surý
2018-11-12 00:01:55 -05:00
committed by Mark Andrews
parent fef2f618f7
commit a765151465
2 changed files with 5 additions and 2 deletions
Vendored
+3 -1
View File
@@ -23168,7 +23168,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
+2 -1
View File
@@ -4793,7 +4793,8 @@ fi
#
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],[:],