Terminate compiler warnings options so displays with closing right bracket

This commit is contained in:
Keith Winstein
2012-03-07 03:30:23 -05:00
parent 4e158a22e5
commit 5dc208a97e
+1 -1
View File
@@ -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)