fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-upf/+/29103 )
Change subject: configure.ac: do not require unused dlopen ...................................................................... configure.ac: do not require unused dlopen Change-Id: Ied459216cc13f1481e8b0db978a284363197f32a --- M configure.ac 1 file changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/03/29103/1 diff --git a/configure.ac b/configure.ac index 3522af0..18e8d6b 100644 --- a/configure.ac +++ b/configure.ac @@ -36,9 +36,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) - PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0) -- To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/29103 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-upf Gerrit-Branch: master Gerrit-Change-Id: Ied459216cc13f1481e8b0db978a284363197f32a Gerrit-Change-Number: 29103 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]> Gerrit-MessageType: newchange
