]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: use libtool for link test in configure
authorIndu Bhagat <indu.bhagat@oracle.com>
Sat, 12 Nov 2022 06:01:25 +0000 (22:01 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Sat, 12 Nov 2022 06:01:25 +0000 (22:01 -0800)
commit80a3733432f335fd0d2a0e7a6aeac1e3849d765c
treec6d1d0d91f050653d612658fc4d7de9400c8c9b4
parentc9ea6bd322b4c92702ac25cdb0796ecbe704a257
libctf: use libtool for link test in configure

The configure check for ELF support in BFD uses the AC_TRY_LINK.  If
libbfd's dependencies change, this macro will need to be updated
manually with explicit additions to LDFLAGS and LIBS.

This patch updates the check to use libtool instead.

ChangeLog:

* libctf/configure.ac: Use libtool instead.
* libctf/configure: Regenerated.
libctf/configure
libctf/configure.ac