fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/29106 )
Change subject: configure.ac: do not require unused dlsym/dlopen ...................................................................... configure.ac: do not require unused dlsym/dlopen Change-Id: Ib1a208c40ba9c3667980e5c404087e801a4eaaf1 --- M configure.ac 1 file changed, 0 insertions(+), 7 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/06/29106/1 diff --git a/configure.ac b/configure.ac index 48021aa..395248e 100644 --- a/configure.ac +++ b/configure.ac @@ -38,13 +38,6 @@ CFLAGS="$CFLAGS -std=gnu11" dnl checks for libraries -AC_SEARCH_LIBS([dlopen], [dl dld], [LIBRARY_DL="$LIBS";LIBS=""]) -AC_SUBST(LIBRARY_DL) - -AC_SEARCH_LIBS([dlsym], [dl dld], [LIBRARY_DLSYM="$LIBS";LIBS=""]) -AC_SUBST(LIBRARY_DLSYM) - - PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -- To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/29106 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-gbproxy Gerrit-Branch: master Gerrit-Change-Id: Ib1a208c40ba9c3667980e5c404087e801a4eaaf1 Gerrit-Change-Number: 29106 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]> Gerrit-MessageType: newchange
