Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
3e6520cf
Commit
3e6520cf
authored
May 19, 1998
by
reid
Browse files
[project @ 1998-05-19 19:34:09 by reid]
Added test for libiberty.a (needed by libbfd.a)
parent
7d493876
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.in
View file @
3e6520cf
...
...
@@ -482,8 +482,10 @@ 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(iberty, xmalloc)
AC_CHECK_LIB(bfd, bfd_init)
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment