diff options
author | unknown <serg@sergbook.mysql.com> | 2006-04-29 09:33:34 -0700 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2006-04-29 09:33:34 -0700 |
commit | 2eff96e63127e846d210ba94b8b3fcdfe9d6e5e6 (patch) | |
tree | 9782a6d5be7e71e163debffafd229f388bdc536b /config/ac-macros/misc.m4 | |
parent | f00d16a3325e5c28edfdb5aa9f1c4bf82d1fe1f9 (diff) | |
download | mariadb-git-2eff96e63127e846d210ba94b8b3fcdfe9d6e5e6.tar.gz |
make distcheck and cosmetic fixes
Diffstat (limited to 'config/ac-macros/misc.m4')
-rw-r--r-- | config/ac-macros/misc.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/ac-macros/misc.m4 b/config/ac-macros/misc.m4 index d8199f5970e..a2f70071e2d 100644 --- a/config/ac-macros/misc.m4 +++ b/config/ac-macros/misc.m4 @@ -675,8 +675,8 @@ dnl Sets BIG_TABLES if --with-big-tables is used dnl --------------------------------------------------------------------------- AC_DEFUN([MYSQL_CHECK_BIG_TABLES], [ AC_ARG_WITH([big-tables], - [ - --with-big-tables Support tables with more than 4 G rows even on 32 bit platforms], + AS_HELP_STRING([--with-big-tables], + [Support tables with more than 4 G rows even on 32 bit platforms]), [bigtables="$withval"], [bigtables=no]) AC_MSG_CHECKING([for big tables support]) @@ -703,8 +703,8 @@ dnl Sets MAX_INDEXES dnl --------------------------------------------------------------------------- AC_DEFUN([MYSQL_CHECK_MAX_INDEXES], [ AC_ARG_WITH([max-indexes], - [ - --with-max-indexes=\# Sets the maximum number of indexes per table, default 64], + AS_HELP_STRING([--with-max-indexes=N], + [Sets the maximum number of indexes per table, default 64]), [max_indexes="$withval"], [max_indexes=64]) AC_MSG_CHECKING([max indexes per table]) |