From d5f3a33fe878b37acc15e1db3872eb83bc1d5eab Mon Sep 17 00:00:00 2001 From: vapier Date: Thu, 28 May 2015 14:27:35 +0000 Subject: 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 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 431cb170e16..25093056279 100644 --- a/configure.ac +++ b/configure.ac @@ -2677,7 +2677,8 @@ AC_SUBST(BUILD_CONFIG) # Use same top-level configure hooks in libgcc/libstdc++/libvtv. AC_MSG_CHECKING([for --enable-vtable-verify]) AC_ARG_ENABLE(vtable-verify, -[ --enable-vtable-verify Enable vtable verification feature ], +[AS_HELP_STRING([--enable-vtable-verify], + [Enable vtable verification feature])], [case "$enableval" in yes) enable_vtable_verify=yes ;; no) enable_vtable_verify=no ;; -- cgit v1.2.1