libbacktrace: test --compress-debug-sections=ARG for each ARG
commitd2f05fed44951001de3cb02c9193c687e9376170
authorIan Lance Taylor <iant@golang.org>
Tue, 23 Apr 2024 17:00:03 +0000 (23 10:00 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 23 Apr 2024 17:04:16 +0000 (23 10:04 -0700)
tree22bb70f4fca5ace498f5b2e79c767a9059fcf528
parent0c8e99e5c32be9f2604f3c330814993f29818037
libbacktrace: test --compress-debug-sections=ARG for each ARG

This should fix a testsuite problem with Solaris ld that supports zlib
but not zlib-gabi.

* configure.ac: Test --compress-debug-sections=zlib-gnu and
--compress-debug-sections=zlib-gabi separately, setting new
automake conditionals.
* Makefile.am (ctestg, ctestg_alloc): Only build if
HAVE_COMPRESSED_DEBUG_ZLIB_GNU.
(ctesta, ctesta_alloc): Only build if
HAVE_COMPRESSED_DEBUG_ZLIB_GABI.
(ctestzstd_alloc): New test if HAVE_COMPRESSED_DEBUG_ZSTD.
* configure, Makefile.in: Regenerate.
libbacktrace/Makefile.am
libbacktrace/Makefile.in
libbacktrace/configure
libbacktrace/configure.ac