configure.ac: do not require unused dlopen

Change-Id: Ia23cee40fd63f708e7a7391417ec8604f51a20a7
This commit is contained in:
Vadim Yanitskiy 2022-08-16 23:44:08 +07:00
parent e6201765cf
commit c5b7106f8d
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +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)
old_LIBS=$LIBS
AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [
AC_DEFINE(HAVE_LIBSCTP, 1, [Define 1 to enable SCTP support])