mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Fix problem finding libbfd support on some systems
This commit is contained in:
parent
52065cad9a
commit
5ecd7fe1b2
3 changed files with 53 additions and 0 deletions
|
@ -2420,6 +2420,7 @@ fi
|
|||
AC_CHECK_HEADERS(bfd.h)
|
||||
AC_CHECK_LIB(intl, libintl_fprintf)
|
||||
AC_CHECK_LIB(iberty, dyn_string_append)
|
||||
AC_CHECK_LIB(z, gzseek)
|
||||
AC_CHECK_LIB(bfd, bfd_openr)
|
||||
|
||||
AC_TRY_COMPILE([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue