summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAmir Levy <alevy@codeaurora.org>2017-07-03 10:51:22 +0300
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-08 23:43:13 -0700
commitdfda87d642c35b9185081a837182a9cc182dd0f7 (patch)
treef261e5b3440741b1538cb9266c519b5a1a9cef1a /configure.ac
parent1d6dbdcef40b4f22303183cdc7c178594f8ecd0a (diff)
downloadipacfg-mgr-dfda87d642c35b9185081a837182a9cc182dd0f7.tar.gz
ipanat: Add support for Multi PDN
IPAv4 HW presents new Multi PDN with NAT functionality. This change adds SW support of this feature. Change-Id: I25ff6a52261fad60ecea4be044b0e15ba55821f5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 33164c0..6662ef6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ AC_ARG_WITH(sanitized-headers,
AS_HELP_STRING([--with-sanitized-headers=DIR],
[Specify the location of the sanitized Linux headers]),
[CPPFLAGS="$CPPFLAGS -idirafter $withval"])
+AM_CONDITIONAL(KERNELMODULES, [test -n -eq 0])
AC_ARG_WITH([glib],
AC_HELP_STRING([--with-glib],