Skip to content
Snippets Groups Projects
Commit 3e6520cf authored by Alastair Reid's avatar Alastair Reid
Browse files

[project @ 1998-05-19 19:34:09 by reid]

Added test for libiberty.a (needed by libbfd.a)
parent 7d493876
No related merge requests found
......@@ -482,9 +482,11 @@ AC_CHECK_LIB(gmp, mpz_fdiv_qr, HaveLibGmp=YES, HaveLibGmp=NO)
AC_SUBST(HaveLibGmp)
#
dnl ** check whether this machine has BFD installed (used for debugging)
dnl ** check whether this machine has BFD and liberty installed (used for debugging)
dnl ** the order of these tests matters: bfd needs liberty
#
AC_CHECK_LIB(bfd, bfd_init)
AC_CHECK_LIB(iberty, xmalloc)
AC_CHECK_LIB(bfd, bfd_init)
#
# Misc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment