aboutsummaryrefslogtreecommitdiff
path: root/helper/m4
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2018-01-16 15:23:37 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-01-18 18:48:45 +0300
commit53b114eac3815099760186f90b64a201d7fac69b (patch)
tree0cc2ae69e1f63373e3446ed334e64f20a6a14de5 /helper/m4
parent1bb6291e4e9050d476fefb02f11024898847e2b7 (diff)
configure: enable linux helpers by default
Enable Linux helpers by default as e.g. OFP uses those. Build and test helper code does not add significant overhead, but catches potential issues early. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/m4')
-rw-r--r--helper/m4/configure.m411
1 files changed, 4 insertions, 7 deletions
diff --git a/helper/m4/configure.m4 b/helper/m4/configure.m4
index 3a867e8cb..562bfc6ef 100644
--- a/helper/m4/configure.m4
+++ b/helper/m4/configure.m4
@@ -8,15 +8,12 @@ AC_ARG_ENABLE([test-helper],
AM_CONDITIONAL([test_helper], [test x$test_helper = xyes ])
##########################################################################
-# Enable/disable helper-ext
-# platform specific non portable extensions
+# Enable/disable Linux helpers
##########################################################################
-helper_linux=no
AC_ARG_ENABLE([helper-linux],
- [ --enable-helper-linux build helper platform extensions (not portable)],
- [if test "x$enableval" = "xyes"; then
- helper_linux=yes
- fi])
+ [AS_HELP_STRING([--disable-helper-linux], [disable Linux helpers])],
+ [helper_linux=$enableval],
+ [helper_linux=yes])
AC_CONFIG_FILES([helper/Makefile
helper/libodphelper.pc