diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-08-09 10:23:14 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-08-09 10:23:14 -0300 |
commit | 4c44e2a74644c5cf9404f36411c329f62733a7ea (patch) | |
tree | 2d08574adacf87c79759d6f7f6e69efd19267aaf /configure.in | |
parent | 76382d2746adc7f0d0a16e3addd317e559261a26 (diff) | |
download | mariadb-git-4c44e2a74644c5cf9404f36411c329f62733a7ea.tar.gz |
Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled
Post-merge fix: add missing comma.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 93a447919da..e12214524fa 100644 --- a/configure.in +++ b/configure.in @@ -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" |