aboutsummaryrefslogtreecommitdiff
path: root/helper/m4/configure.m4
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-08-29 16:22:17 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-09-04 18:35:43 +0300
commit29139f725a7d6f2bd9e57a60abf1e55f4ac64c97 (patch)
treeade1362813ed4644d5ebe611a8ec105e324c2344 /helper/m4/configure.m4
parent7508c5ac906bb7cb1d339b4c5e924f3a18e504ca (diff)
configure: enable all tests by default
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/m4/configure.m4')
-rw-r--r--helper/m4/configure.m49
1 files changed, 4 insertions, 5 deletions
diff --git a/helper/m4/configure.m4 b/helper/m4/configure.m4
index 343f5e3cf..2e2943d14 100644
--- a/helper/m4/configure.m4
+++ b/helper/m4/configure.m4
@@ -1,12 +1,11 @@
##########################################################################
# Enable/disable test-helper
##########################################################################
-test_helper=no
AC_ARG_ENABLE([test-helper],
- [ --enable-test-helper run test in helper/test],
- [if test "x$enableval" = "xyes"; then
- test_helper=yes
- fi])
+ [AS_HELP_STRING([--enable-test-helper], [run test in helper/test])],
+ [test_helper=$enableval],
+ [test_helper=yes])
+AM_CONDITIONAL([test_helper], [test x$test_helper = xyes ])
##########################################################################
# Enable/disable helper-ext