r263320 - in /trunk/libbacktrace: ChangeLog Mak...
ibuclaw@gcc.gnu.org
ibuclaw@gcc.gnu.org
Sun Aug 5 20:25:00 GMT 2018
Author: ibuclaw
Date: Sun Aug 5 20:24:59 2018
New Revision: 263320
URL: https://gcc.gnu.org/viewcvs?rev=263320&root=gcc&view=rev
Log:
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.
Modified:
trunk/libbacktrace/ChangeLog
trunk/libbacktrace/Makefile.in
trunk/libbacktrace/config.h.in
trunk/libbacktrace/configure
trunk/libbacktrace/configure.ac
More information about the Gcc-cvs
mailing list