sync configure with the bdf.h objinfo change

(Patch by Christopher Zimmermann)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15465 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Gabriel Scherer 2014-10-03 19:26:08 +00:00
parent 20c278bf45
commit d8c147937e
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -1566,8 +1566,8 @@ echo "X11_LINK=$x11_link" >> Makefile
# Look for BFD library
if ./hasgot -i bfd.h && \
./hasgot -lbfd -ldl -liberty -lz bfd_openr; then
if ./hasgot -DPACKAGE=ocaml -i bfd.h && \
./hasgot -DPACKAGE=ocaml -lbfd -ldl -liberty -lz bfd_openr; then
inf "BFD library found."
echo "#define HAS_LIBBFD" >> s.h
echo "LIBBFD_LINK=-lbfd -ldl -liberty -lz" >> Makefile