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 23:10:18 +0200
commit95f682816a31909bf97ff5467a5998024caef36f (patch)
tree0a4cefee93bc805ff18c101b78fd46926cdda197
parent99111eba61151fa450f62cefab1a24237c63f184 (diff)
downloadgnutls-95f682816a31909bf97ff5467a5998024caef36f.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 d1a9a02fb5..99cf3cef3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,7 +292,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