sim: support dlopen in -lc

Stop assuming that dlopen is only available via -ldl.  Newer versions
of glibc have merged it into -lc which broke this configure test.
This commit is contained in:
Mike Frysinger
2023-12-06 20:28:40 -07:00
parent d7befe04fa
commit 708aee5ec6
2 changed files with 2 additions and 2 deletions

2
sim/configure vendored
View File

@@ -12915,7 +12915,7 @@ if test "$ac_res" != no; then :
fi
if test "${ac_cv_lib_dl_dlopen}" = "yes"; then
if test "${ac_cv_search_dlopen}" = "none required" || test "${ac_cv_lib_dl_dlopen}" = "yes"; then
pkg_failed=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sdl2" >&5