libbacktrace: Suppress the default action-if-found for AC_CHECK_LIBS.
authorIain Buclaw <ibuclaw@gdcproject.org>
Sun, 5 Aug 2018 20:24:59 +0000 (20:24 +0000)
committerIain Buclaw <ibuclaw@gcc.gnu.org>
Sun, 5 Aug 2018 20:24:59 +0000 (20:24 +0000)
commit2206fb89403bef0b06818c0f180a85d98c2674c2
treeae1c472a9b13bde9a7b8206efe36e41b3c5c0e6a
parentdd5faf200e29d4e784ce0b484c79fd9dc4eead90
libbacktrace: Suppress the default action-if-found for AC_CHECK_LIBS.

Zlib is not a dependency of libbacktrace, and so it shouldn't be added
to LIBS.

libbacktrace/

* configure.ac: Move define of HAVE_ZLIB into check for -lz.
* Makefile.in: Regenerate.
* config.h.in: Likewise.
* configure: Likewise.

From-SVN: r263320
libbacktrace/ChangeLog
libbacktrace/Makefile.in
libbacktrace/config.h.in
libbacktrace/configure
libbacktrace/configure.ac