summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2015-06-21 03:00:03 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-06-21 09:37:22 +0200
commitc18819167b0195f363c9750bd48ac4872c4ef77b (patch)
tree3e43a9736519da0d80c2b05645debe34d1a5122d /configure.ac
parent80a60c868a74841866c8d14c84fe65bfb5771215 (diff)
downloadgnutls-c18819167b0195f363c9750bd48ac4872c4ef77b.tar.gz
tests: suite: cleanup shell usage
Add quotes for most usages of variables. Added ${} for variables. Cleanup indentation to be consistent with other tests. Fix separate builddir issues. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0cbba41457..3701889ab4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ if test "$use_cxx" != "no"; then
AC_LANG_POP(C++)
fi
AM_CONDITIONAL(ENABLE_CXX, test "$use_cxx" != "no")
-AM_CONDITIONAL(WANT_TEST_SUITE, [test -f tests/suite/mini-eagain2.c])
+AM_CONDITIONAL(WANT_TEST_SUITE, [test -f "${srcdir}/tests/suite/mini-eagain2.c"])
dnl Detect windows build
use_accel=yes