[PATCH] libtelnet[master]: build: check for libcrypto and libssl

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

roox gerrit-no-reply at lists.osmocom.org
Thu Mar 8 15:36:16 UTC 2018


Review at  https://gerrit.osmocom.org/7156

build: check for libcrypto and libssl

Use PKG_CHECK_MODULES to check for libcrypto and libssl

Change-Id: I442603f9fa3f648cb552f5e9daf6e0fd49776eff
---
M configure.ac
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libtelnet refs/changes/56/7156/1

diff --git a/configure.ac b/configure.ac
index 07ea265..16489f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,10 @@
 AC_PROG_CC
 AC_PROG_LIBTOOL
 
+PKG_CHECK_MODULES(LIBCRYPTO, libcrypto)
+PKG_CHECK_MODULES(LIBSSL, libssl)
+
+
 # zlib support
 AC_CHECK_LIB(z,deflate,ZLIB=yes,ZLIB=no)
 if test "x$ZLIB" = "xyes" ; then

-- 
To view, visit https://gerrit.osmocom.org/7156
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I442603f9fa3f648cb552f5e9daf6e0fd49776eff
Gerrit-PatchSet: 1
Gerrit-Project: libtelnet
Gerrit-Branch: master
Gerrit-Owner: roox <mardnh at gmx.de>



More information about the gerrit-log mailing list