summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvapier <vapier@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-28 14:27:35 +0000
committervapier <vapier@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-28 14:27:35 +0000
commitd5f3a33fe878b37acc15e1db3872eb83bc1d5eab (patch)
tree56b404a3256a006c9505c12423b4f02a26ab9cb3 /configure
parent774b89af89a1a7f163ec2c9dcdf8a7ccbb089adf (diff)
configure: fix vtable help
Spacing is off causing --help to not line up. Use the standard AS_HELP_STRING like all the other options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223833 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 633afa405a41..167b506002a0 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