aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-08-16 23:47:53 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-08-16 23:47:53 +0700
commit6ec51e63e7bf66f90c5ddc3f611a794047257089 (patch)
treec29645aee04eeb464d4978611bc7a753125564df
parente4b550cdcf33929cf041df26f0aab99ae9b3178c (diff)
configure.ac: do not require unused dlopen
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 446f0b1..6d51465 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,9 +37,6 @@ fi
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