]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PKG_CHECK_MODULES for msgpack and jansson
authorAlan Modra <amodra@gmail.com>
Mon, 26 Sep 2022 04:42:05 +0000 (14:12 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 26 Sep 2022 04:53:29 +0000 (14:23 +0930)
commit544c5619574318a6f9044c6aace524a9808ed1d6
treef3f9eeb61499013ac03832dffe1aeda976c40a03
parentdb0f0fcbf35348272c6ad58e213610a78d3bc97a
PKG_CHECK_MODULES for msgpack and jansson

Using AS_IF rather than shell "if" is recommended for conditionals
that contain non-trivial autoconf macros, because autoconf will emit
any AC_REQUIREd autoconf macro expansions outside of the conditional.
This makes them available elsewhere in the configure script.

binutils/
* configure.ac (msgpack): Use "AS_IF" rather than "if".
* configure: Regenerate.
ld/
* configure.ac (jansson): Use "AS_IF" rather than "if".
* configure: Regenerate.
binutils/configure
binutils/configure.ac
ld/configure
ld/configure.ac