summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-12 22:53:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-12 22:54:15 +0200
commit314f4b11ee1ef6575ae614e06f6b219e04ecc58c (patch)
tree19a0b5c7816ab533d718912627d5fc7d51e11be2
parent92aacdcfab378405e33ce957a61dcec5360df682 (diff)
downloadgnutls-314f4b11ee1ef6575ae614e06f6b219e04ecc58c.tar.gz
configure: corrected regression which prevented the build of tests/suite
This regression was introduced at 8b97662c40c67a6d4087ce6e1f0c6fb6ea4a8b2c
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 29879e1163..c04b39da34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -314,7 +314,7 @@ if test "$can_do_valgrind_tests" != "yes";then
opt_valgrind_tests=no
fi
-AM_CONDITIONAL(WANT_TEST_SUITE, [test "$opt_valgrind_tests" != no])
+AM_CONDITIONAL(WANT_TEST_SUITE, [test -f "$SUITE_FILE"])
dnl GCC warnings to enable