fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/29107 )
Change subject: configure.ac: do not require unused dlopen ......................................................................
configure.ac: do not require unused dlopen
Change-Id: Ic012f7b19a46ee38db0172b07bad2098567192b0 --- M configure.ac 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/07/29107/1
diff --git a/configure.ac b/configure.ac index 446f0b1..6d51465 100644 --- a/configure.ac +++ b/configure.ac @@ -37,9 +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) - PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
dnl checks for header files