[MERGED] 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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Mar 8 20:44:27 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: build: check for libcrypto and libssl
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



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: merged
Gerrit-Change-Id: I442603f9fa3f648cb552f5e9daf6e0fd49776eff
Gerrit-PatchSet: 1
Gerrit-Project: libtelnet
Gerrit-Branch: master
Gerrit-Owner: roox <mardnh at gmx.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list