libstdc++: Replace AC_CACHE_VAL with AC_CACHE_CHECK
authorJonathan Wakely <jwakely@redhat.com>
Wed, 17 Nov 2021 20:14:52 +0000 (20:14 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 18 Nov 2021 13:56:33 +0000 (13:56 +0000)
commit9646a3229b9be134631f191726fa5e2042cfa79c
treef5cd9b01d6923b56e47c6cb89a22f0d7bb130a00
parent1a0bce98dcf84dd0a7b3ac67b51ac68758cc7ad0
libstdc++: Replace AC_CACHE_VAL with AC_CACHE_CHECK

This replaces most uses of AC_CACHE_VAL with AC_CACHE_CHECK, which means
we don't need separate AC_MSG_CHECKING and AC_MSG_RESULT macros.

There are a few trivial bugs fixed as a side effect, where an
AC_MSG_RESULT was printed out even if the actual checks hadn't been
done. That didn't affect the results, only the content of config.log.

libstdc++-v3/ChangeLog:

* acinclude.m4: Replace AC_CACHE_VAL with AC_CACHE_CHECK.
* configure: Regenerate.
libstdc++-v3/acinclude.m4
libstdc++-v3/configure