fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnodeb/+/29105 )
Change subject: configure.ac: do not require unused dlopen
......................................................................
configure.ac: do not require unused dlopen
Change-Id: Idd4a816babcfb2e2302fbd21cb48989659940d5c
---
M configure.ac
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/05/29105/1
diff --git a/configure.ac b/configure.ac
index 9e1e51a..4b9a299 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,8 +37,6 @@
PKG_PROG_PKG_CONFIG([0.20])
dnl checks for libraries
-AC_SEARCH_LIBS([dlopen], [dl dld], [LIBRARY_DL="$LIBS";LIBS=""])
-AC_SUBST(LIBRARY_DL)
old_LIBS=$LIBS
AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [
AC_DEFINE(HAVE_LIBSCTP, 1, [Define 1 to enable SCTP support])
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnodeb/+/29105
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: Idd4a816babcfb2e2302fbd21cb48989659940d5c
Gerrit-Change-Number: 29105
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange