summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <cmiller@calliope.local.cmiller/calliope.local>2007-02-26 13:11:36 -0500
committerunknown <cmiller@calliope.local.cmiller/calliope.local>2007-02-26 13:11:36 -0500
commit9e2fd8caada234497a4f5c2c28aafeb66fe2b3b2 (patch)
treed9fa92b2ce79598ac49bdb349a321da7b30b5405 /configure.in
parent633fb481c93ba6dc42d454060880753db149a007 (diff)
downloadmariadb-git-9e2fd8caada234497a4f5c2c28aafeb66fe2b3b2.tar.gz
Some changes suggested Serg, from message <20070223210659.GA24202@janus.mylan>
configure.in: Use smarter autoconf help macro. sql/set_var.cc: Make a local variable static. sql/sql_lex.cc: Don't include CPP condition where it saves little time and decreases legibility. sql/sql_parse.cc: Use the name of the query in the error, instead of describing the feature. sql/sql_profile.cc: Update copyright. Make I_S schema table columns uppercase. sql/sql_profile.h: Update copyright. sql/sql_select.cc: Chagne tab indentation to spaces.
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 3e0e6c9762b..f81e70f6173 100644
--- a/configure.in
+++ b/configure.in
@@ -669,7 +669,7 @@ fi
# Add query profiler
AC_ARG_ENABLE(profiling,
- [ --disable-profiling Build a version without query profiling code ],
+ AS_HELP_STRING([--disable-profiling], [Build a version without query profiling code]),
[ ENABLED_PROFILING=$enableval ],
[ ENABLED_PROFILING=yes ])