mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-26 00:32:02 +00:00
elf2flt: new binutils pulls in a -ldl dependency
This commit is contained in:
parent
715265c205
commit
a158475540
4691
elf2flt/configure
vendored
4691
elf2flt/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -107,6 +107,13 @@ if test "$ac_binutils_build_dir" != "NONE"; then
|
||||
fi
|
||||
|
||||
dnl Checks for libraries.
|
||||
|
||||
dnl The dlopen() function is in the C library for *BSD and in
|
||||
dnl libdl on GLIBC-based systems
|
||||
AC_SEARCH_LIBS([dlopen], [dl dld], [], [
|
||||
AC_MSG_ERROR([unable to find the dlopen() function])
|
||||
])
|
||||
|
||||
if test "$ac_libiberty" = "NONE"; then
|
||||
AC_CHECK_LIB(iberty, objalloc_create)
|
||||
ac_libiberty=auto
|
||||
@ -203,6 +210,8 @@ AC_CHECK_FUNCS([ \
|
||||
strsignal \
|
||||
])
|
||||
|
||||
|
||||
|
||||
test "$GCC" = yes && CFLAGS="-Wall $CFLAGS"
|
||||
|
||||
dnl Subsitute values
|
||||
|
Loading…
Reference in New Issue
Block a user