diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-05-28 14:27:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gcc.gnu.org> | 2015-05-28 14:27:35 +0000 |
commit | 318a4e6de8f20670c9f9e9dde02dc639f161f68c (patch) | |
tree | 56b404a3256a006c9505c12423b4f02a26ab9cb3 /configure | |
parent | 52d0089ecaab81fc9cecca26822a3e69193dd715 (diff) | |
download | gcc-318a4e6de8f20670c9f9e9dde02dc639f161f68c.tar.gz |
configure: fix vtable help
Spacing is off causing --help to not line up. Use the standard
AS_HELP_STRING like all the other options.
From-SVN: r223833
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 633afa405a4..167b506002a 100755 --- a/configure +++ b/configure @@ -1500,7 +1500,7 @@ Optional Features: Mostly useful for compiler development --enable-objc-gc enable use of Boehm's garbage collector with the GNU Objective-C runtime - --enable-vtable-verify Enable vtable verification feature + --enable-vtable-verify Enable vtable verification feature --enable-serial-[{host,target,build}-]configure force sequential configuration of sub-packages for the host, target or build machine, or all |