aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4
diff options
context:
space:
mode:
authorStanislaw Kardach <skardach@marvell.com>2020-04-23 12:53:05 +0200
committerMatias Elo <matias.elo@nokia.com>2020-09-07 13:38:00 +0300
commit12016da75a670525195ec0c00fc5fdd0a58fc9f7 (patch)
tree989bd672782de637fea81a91802a0847fe84e7d9 /platform/linux-generic/m4
parent16576aa5e57e69075258cac0ef5e96be7d807c99 (diff)
build: move OpenSSL config to common config
Autoconf configuration for OpenSSL is required for the IPSec example as well as for linux-generic internals. Therefore any other platform added will by extension require this code if it wants to compile the IPSec example. Signed-off-by: Stanislaw Kardach <skardach@marvell.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'platform/linux-generic/m4')
-rw-r--r--platform/linux-generic/m4/configure.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/linux-generic/m4/configure.m4 b/platform/linux-generic/m4/configure.m4
index b1ee43921..62146bfa0 100644
--- a/platform/linux-generic/m4/configure.m4
+++ b/platform/linux-generic/m4/configure.m4
@@ -6,14 +6,6 @@ ODP_ATOMIC
ODP_PTHREAD
ODP_TIMER
-AC_ARG_WITH([openssl],
- [AS_HELP_STRING([--without-openssl],
- [compile without OpenSSL (results in disabled crypto and random support)])],
- [],
- [with_openssl=yes])
-AS_IF([test "$with_openssl" != "no"],
- [ODP_OPENSSL])
-AM_CONDITIONAL([WITH_OPENSSL], [test x$with_openssl != xno])
AC_ARG_WITH([pcap],
[AS_HELP_STRING([--without-pcap],