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)