Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled

Post-merge fix: add missing comma.
This commit is contained in:
Davi Arnaut 2010-08-09 10:23:14 -03:00
commit 4c44e2a746

View file

@ -1732,7 +1732,7 @@ then
fi
AC_ARG_WITH(debug,
[AS_HELP_STRING([--with-debug], [Add debug code @<:@default=no@:>@])]
[AS_HELP_STRING([--with-debug], [Add debug code @<:@default=no@:>@])],
[with_debug=$withval],
[with_debug=no])
if test "$with_debug" = "yes"