summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-01-20 21:14:22 +0200
committerAlon Bar-Lev <alon.barlev@gmail.com>2017-01-23 20:51:36 +0200
commit9a75d3e4efc00522df7e021da66e48b02d1c8b1a (patch)
tree146d80acedb97b3a4a1df58618e1b523dbd79913
parent087298974ca620a4aebfdc421b2f067924057749 (diff)
downloadgnutls-9a75d3e4efc00522df7e021da66e48b02d1c8b1a.tar.gz
configure: remove void statement
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e3f03b7230..a14aa8fe46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,9 +244,6 @@ LIBGNUTLS_EXTRA_HOOKS
AC_ARG_ENABLE(tests,
AS_HELP_STRING([--disable-tests], [don't compile or run any tests]),
enable_tests=$enableval, enable_tests=$enable_tools)
-if test "$enable_tests" = "yes" && test "$enable_tools" = "no"; then
- true #AC_MSG_ERROR([Cannot enable tests while disabling tools])
-fi
AM_CONDITIONAL(ENABLE_TESTS, test "$enable_tests" != "no")
GTK_DOC_CHECK(1.1)