diff options
author | Alon Bar-Lev <alon.barlev@gmail.com> | 2017-01-20 21:14:22 +0200 |
---|---|---|
committer | Alon Bar-Lev <alon.barlev@gmail.com> | 2017-01-23 20:51:36 +0200 |
commit | 9a75d3e4efc00522df7e021da66e48b02d1c8b1a (patch) | |
tree | 146d80acedb97b3a4a1df58618e1b523dbd79913 /configure.ac | |
parent | 087298974ca620a4aebfdc421b2f067924057749 (diff) | |
download | gnutls-9a75d3e4efc00522df7e021da66e48b02d1c8b1a.tar.gz |
configure: remove void statement
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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) |