[libbacktrace] Require dwz for b3test_dwz_buildid
authorTom de Vries <tdevries@suse.de>
Tue, 26 Feb 2019 07:54:57 +0000 (07:54 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Tue, 26 Feb 2019 07:54:57 +0000 (07:54 +0000)
commitd831b1ec037bc20b821e140205057f9c240663c7
tree9c18fcb799699bcb4e96f30d7b7c5824a0b43eed
parent476e0d374791edb600cf47fd062cbd99b418d192
[libbacktrace] Require dwz for b3test_dwz_buildid

If dwz is not available, then the libbacktrace test b3test_dwz_buildid fails
like this:
...
gmake[4]: *** No rule to make target 'b3test_dwz_buildid'
...

Fix this by guarding the test with HAVE_DWZ.

Tested on x86_64 with and without dwz installed.

2019-02-26  Tom de Vries  <tdevries@suse.de>

* Makefile.am (TESTS): Only add b3test_dwz_buildid if HAVE_DWZ.
* Makefile.in: Regenerate.

From-SVN: r269204
libbacktrace/ChangeLog
libbacktrace/Makefile.am
libbacktrace/Makefile.in