summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-03-11 18:33:40 +0000
committerJonathan Wakely <jwakely@redhat.com>2022-03-14 13:08:02 +0000
commit67a1cb2ad16ff9ff5a7dc4532d0e0fe98be42382 (patch)
tree5d305a232633e8d575ce3a48e12cd1cc7193c806 /configure
parentc879b92c30d088ff01eb0c3e912eb8a01f9fc6e3 (diff)
downloadgcc-67a1cb2ad16ff9ff5a7dc4532d0e0fe98be42382.tar.gz
top-level: Fix comment about --enable-libstdcxx in configure
The custom option for enabling/disabling libstdc++ is not spelled the same as the directory name: AC_ARG_ENABLE(libstdcxx, AS_HELP_STRING([--disable-libstdcxx], [do not build libstdc++-v3 directory]) The comment referring to it later use the wrong name. ChangeLog: * configure.ac: Fix incorrect option in comment. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9c2d7df1bb2..f7e0fa46c9c 100755
--- a/configure
+++ b/configure
@@ -3390,7 +3390,7 @@ case "${target}" in
esac
# Disable libstdc++-v3 for some systems.
-# Allow user to override this if they pass --enable-libstdc++-v3
+# Allow user to override this if they pass --enable-libstdcxx
if test "${ENABLE_LIBSTDCXX}" = "default" ; then
case "${target}" in
*-*-vxworks*)