aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/configure.m4
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-12-17 14:00:35 +0200
committerGitHub <noreply@github.com>2021-12-17 14:00:35 +0200
commitc3789c8e6ec34faee0b59080c1ab187cff1dc356 (patch)
treeb19561c2fdf7e26201237004b0344d21b0038ef2 /platform/linux-generic/m4/configure.m4
parent2ed1489ccc354300037bad2e718fe63cd6fdd7ba (diff)
parenta4f277eb71029ecf61c6b4dda7894d5e949c4852 (diff)
Merge ODP v1.33.0.0v1.33.0.0_DPDK_19.11
Merge ODP linux-generic v1.33.0.0 into linux-dpdk
Diffstat (limited to 'platform/linux-generic/m4/configure.m4')
-rw-r--r--platform/linux-generic/m4/configure.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/linux-generic/m4/configure.m4 b/platform/linux-generic/m4/configure.m4
index ffac70414..9481deca1 100644
--- a/platform/linux-generic/m4/configure.m4
+++ b/platform/linux-generic/m4/configure.m4
@@ -21,6 +21,7 @@ AS_IF([test "x$with_pcap" != xno],
AM_CONDITIONAL([ODP_PKTIO_PCAP], [test x$have_pcap = xyes])
m4_include([platform/linux-generic/m4/odp_libconfig.m4])
+m4_include([platform/linux-generic/m4/odp_openssl.m4])
m4_include([platform/linux-generic/m4/odp_pcapng.m4])
m4_include([platform/linux-generic/m4/odp_netmap.m4])
m4_include([platform/linux-generic/m4/odp_dpdk.m4])
@@ -31,6 +32,8 @@ AS_VAR_APPEND([PLAT_DEP_LIBS], ["${ATOMIC_LIBS} ${LIBCONFIG_LIBS} ${OPENSSL_LIBS
# Add text to the end of configure with platform specific settings.
# Make sure it's aligned same as other lines in configure.ac.
AS_VAR_APPEND([PLAT_CFG_TEXT], ["
+ openssl: ${with_openssl}
+ openssl_rand: ${openssl_rand}
pcap: ${have_pcap}
pcapng: ${have_pcapng}
default_config_path: ${default_config_path}"])