aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-03-18 13:59:12 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-29 09:19:06 +0300
commit3c357cda70023e06db4186f1cabed6234868ec83 (patch)
tree55ce566e878e7f0a04f8393f961e93dac9eb3ceb /configure.ac
parent6e53af9e9d45cb59fc281f41f737cf9797ac16e1 (diff)
configure: default test-helper to disabled
Make all checking conform to the principle that it is off by default Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Ricardo Salveti <ricardo.salveti@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
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 6ad1bfc6a..989ef1357 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,7 +172,7 @@ AM_CONDITIONAL([test_perf], [test x$test_perf = xyes ])
##########################################################################
# Enable/disable test-helper
##########################################################################
-test_helper=yes
+test_helper=no
AC_ARG_ENABLE([test-helper],
[ --enable-test-helper run test in helper/test],
[if test "x$enableval" = "xyes"; then