libstdc++: Improve config output for --enable-cstdio [PR104301]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 31 Jan 2022 11:00:18 +0000 (11:00 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 1 Feb 2022 21:53:14 +0000 (21:53 +0000)
commit19b8946dbda5fda4389ef8e3ea162c3df2b1998d
tree401377bed8a348d0ddc29020971e700d7e4cfd0d
parent8753b13a31c777cdab0265dae0b68534247908f7
libstdc++: Improve config output for --enable-cstdio [PR104301]

Currently we just print "checking for underlying I/O to use... stdio"
unconditionally, whether configured to use stdio_pure or stdio_posix. We
should make it clear that the user's configure option chose the right
thing.

libstdc++-v3/ChangeLog:

PR libstdc++/104301
* acinclude.m4 (GLIBCXX_ENABLE_CSTDIO): Print different messages
for stdio_pure and stdio_posix options.
* configure: Regenerate.
libstdc++-v3/acinclude.m4
libstdc++-v3/configure