summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavi Arnaut <davi.arnaut@oracle.com>2010-08-09 10:23:14 -0300
committerDavi Arnaut <davi.arnaut@oracle.com>2010-08-09 10:23:14 -0300
commit4c44e2a74644c5cf9404f36411c329f62733a7ea (patch)
tree2d08574adacf87c79759d6f7f6e69efd19267aaf /configure.in
parent76382d2746adc7f0d0a16e3addd317e559261a26 (diff)
downloadmariadb-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.in2
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"