]> granicus.if.org Git - strace/commit
build: fix --with-libiberty
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Feb 2019 01:39:32 +0000 (01:39 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Feb 2019 01:39:32 +0000 (01:39 +0000)
commitb1a2db943040402b0fcbdeb8929ceaddfc1b27c7
treef747b3f08fa75255a137a6adc6e945cd0c6b4346
parent98b7f7172177a01efad3fdd3b8997bd1d81bb9d8
build: fix --with-libiberty

* m4/st_demangle.m4 (st_DEMANGLE): Move the check for cplus_demangle
out of AC_CHECK_HEADERS because the latter checks for demangle.h in two
different places and an absence of demangle.h in one of these places
would cause a build error in --with-libiberty=yes mode.
* NEWS: Mention this fix.

Resolves: https://github.com/strace/strace/issues/92
NEWS
m4/st_demangle.m4