diff options
author | monty@mashka.mysql.fi <> | 2003-07-01 15:57:45 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-07-01 15:57:45 +0300 |
commit | baf9baba2a70994cf78dd61a567afb34c36c0e9a (patch) | |
tree | eeea6a24bfdcb6f6e2e163c4da948e52544e90de /acinclude.m4 | |
parent | 0330f0ccd0ad41c39b4bd4854014382b4684202a (diff) | |
parent | a6755acb4ec4f10c1aa8915d779a139b59d3007b (diff) | |
download | mariadb-git-baf9baba2a70994cf78dd61a567afb34c36c0e9a.tar.gz |
merge
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 5a48e9840d2..94e70f2b892 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -868,9 +868,9 @@ AC_SUBST(orbit_idl) AC_DEFUN([MYSQL_CHECK_ISAM], [ AC_ARG_WITH([isam], [ - --without-isam Disable the ISAM table type], + --with-isam Enable the ISAM table type], [with_isam="$withval"], - [with_isam=yes]) + [with_isam=no]) isam_libs= if test X"$with_isam" = X"yes" |