]> git.ipfire.org Git - thirdparty/gcc.git/commit
top-level: Fix comment about --enable-libstdcxx in configure
authorJonathan Wakely <jwakely@redhat.com>
Fri, 11 Mar 2022 18:33:40 +0000 (18:33 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 14 Mar 2022 13:08:02 +0000 (13:08 +0000)
commit67a1cb2ad16ff9ff5a7dc4532d0e0fe98be42382
tree5d305a232633e8d575ce3a48e12cd1cc7193c806
parentc879b92c30d088ff01eb0c3e912eb8a01f9fc6e3
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.
configure
configure.ac