From 5dc208a97e0464ea33855b3a2958a293fd268095 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Wed, 7 Mar 2012 03:30:23 -0500 Subject: [PATCH] Terminate compiler warnings options so displays with closing right bracket --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb7f89a..61574d8 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_PATH_PROG([PROTOC], [protoc], [AC_MSG_ERROR([protoc is not found])]) WARNING_CXXFLAGS="" PICKY_CXXFLAGS="" AC_ARG_ENABLE([compile-warnings], - [AS_HELP_STRING([--enable-compile-warnings@<:@=no/yes/maximum/error], + [AS_HELP_STRING([--enable-compile-warnings@<:@=no/yes/maximum/error@:>@], [Turn on compiler warnings])], [case "$enableval" in no)