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.
This commit is contained in:
parent
c879b92c30
commit
67a1cb2ad1
2
configure
vendored
2
configure
vendored
@ -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*)
|
||||
|
@ -649,7 +649,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*)
|
||||
|
Loading…
Reference in New Issue
Block a user