configure: restore AS_IF() when using PKG_CHECK_MODULES()
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 12 Dec 2022 20:16:36 +0000 (21:16 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 12 Dec 2022 21:00:59 +0000 (22:00 +0100)
commit8e745cd4bec8bc7e73e402dbc59154dc9dd37860
treeb4dc2913412d8c47b2ffd3ff41cc546cfa6c6def
parent50c3c06b82ba36f4e9af8924da4eda45e4e272a6
configure: restore AS_IF() when using PKG_CHECK_MODULES()

pkg-config fails if we only try to build the tests without building the
tools. I'm not sure why that happens and can't find any other fix than
restore the AS_IF() for the 'with_tools' block.

Surprisingly: PKG_CHECK_MODULES() works fine elsewhere. Add a FIXME in
the configure.ac and investigate later.

Fixes: 68dd8c6e5edb ("configure: drop AS_IF() macros")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
configure.ac