]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Use AS_IF in configure.ac
authorJonathan Wakely <jwakely@redhat.com>
Thu, 18 May 2023 17:20:27 +0000 (18:20 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 6 Jun 2023 15:29:22 +0000 (16:29 +0100)
commit97a5e8a2a48d162744a5bd60a012ce6fca13cbbe
tree1f04d810cd357c84f0b63b51d266db92ddc19d56
parent88604bd17c3d0c82792020b4b0da95627b1caa9d
libstdc++: Use AS_IF in configure.ac

This ensures that anything that depends on AC_REQUIRE is hoisted out of
the conditional block.

The always-false test x"long_double_math_on_this_cpu" = x"yes" condition
is not altered by this commit, only changed to use the AS_IF syntax.

libstdc++-v3/ChangeLog:

* configure.ac: Use AS_IF.
* configure: Regenerate.
libstdc++-v3/configure
libstdc++-v3/configure.ac