mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
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:
2
sim/configure
vendored
2
sim/configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user