]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
configure: remove void statement
authorAlon Bar-Lev <alon.barlev@gmail.com>
Fri, 20 Jan 2017 19:14:22 +0000 (21:14 +0200)
committerAlon Bar-Lev <alon.barlev@gmail.com>
Mon, 23 Jan 2017 18:51:36 +0000 (20:51 +0200)
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
configure.ac

index e3f03b7230580f8bdc45905010452f8986a0ab7a..a14aa8fe466b71705577e1ea7f1bd10924d1f337 100644 (file)
@@ -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)