aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <deremin-solenikov@cavium.com>2019-03-14 00:35:51 +0300
committerMatias Elo <matias.elo@nokia.com>2019-04-16 08:39:22 +0300
commit6811aabac773f935d5eedcd7d781eeb3cf06056f (patch)
tree1e4f132205110ca9561019303c89530d66549fb3 /configure.ac
parent939166d4414609717264e6f51f51d4b22cdd022a (diff)
build: support platforms that do not use config
Support platforms that do not use config file. Signed-off-by: Dmitry Eremin-Solenikov <deremin-solenikov@cavium.com> Reviewed-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Stanislaw Kardach <Stanislaw.Kardach@cavium.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f4ad79f5f..878110ab2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,6 +231,8 @@ AS_IF([test "${with_platform}" = "linux-generic"],
AC_DEFINE_UNQUOTED([ODP_IMPLEMENTATION_NAME], ["$ODP_IMPLEMENTATION_NAME"],
[Define to the name of the implementation])
+AM_CONDITIONAL([ODP_USE_CONFIG], [test "x$odp_use_config" = "xtrue"])
+
##########################################################################
# Build examples/tests dynamically
##########################################################################