summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-01-20 21:14:22 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-25 15:48:04 +0100
commit9d42657906ce95c7cff9b427fd2b79c4af70d627 (patch)
tree25f3a38121f4f1a0125d2a06ba676357644f4239
parentc9db51920a691797670c290909ea851fa7abb08c (diff)
downloadgnutls-9d42657906ce95c7cff9b427fd2b79c4af70d627.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 6f33f5efd2..ba92089551 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)