summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJiung <jiung.yu@samsung.com>2017-11-21 15:18:55 +0900
committerJiung <jiung.yu@samsung.com>2017-11-22 18:09:32 +0900
commit743623145f23d8c913f4ebf8db4b4dc82f58b308 (patch)
tree55cd3103e4468aa0edaf64e975f57f941870df4a /configure.ac
parentda64bb1364c441b1dea2ca418a6dc8b25d7f1b89 (diff)
downloadconnman-743623145f23d8c913f4ebf8db4b4dc82f58b308.tar.gz
connman-743623145f23d8c913f4ebf8db4b4dc82f58b308.tar.bz2
connman-743623145f23d8c913f4ebf8db4b4dc82f58b308.zip
Remove openssl function to solve license conflict
Change-Id: Ib902eed40c45365da17f64bf8b6ea504725ff478 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 079114e7..a999c908 100755
--- a/configure.ac
+++ b/configure.ac
@@ -126,10 +126,6 @@ if (test "${enable_ipsec}" != "no"); then
AC_MSG_ERROR(GIO >= 2.28 is required))
AC_SUBST(GIO_CFLAGS)
AC_SUBST(GIO_LIBS)
- PKG_CHECK_MODULES(OPENSSL, openssl, dummy=yes,
- AC_MSG_ERROR(openssl library is required))
- AC_SUBST(OPENSSL_CFLAGS)
- AC_SUBST(OPENSSL_LIBS)
if (test -z "${path_ipsec}"); then
AC_PATH_PROG(IPSEC, [charon], [/usr/bin/charon], $PATH:/usr/bin)
if (test -z "${IPSEC}"); then