summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-07-01 15:57:45 +0300
committerunknown <monty@mashka.mysql.fi>2003-07-01 15:57:45 +0300
commitc672b5d04b4828a194df6e1a99c8454b07dc2400 (patch)
treeeeea6a24bfdcb6f6e2e163c4da948e52544e90de /acinclude.m4
parentda25c0337a596c8300af69b2f4e53c3cee526bc5 (diff)
parent14c8a0e536b6326a4ba759ba30377e8a9654b513 (diff)
downloadmariadb-git-c672b5d04b4828a194df6e1a99c8454b07dc2400.tar.gz
merge
acinclude.m4: Auto merged mysql-test/r/subselect.result: Auto merged scripts/mysql_create_system_tables.sh: Auto merged sql/sql_class.h: Auto merged sql/sql_yacc.yy: Auto merged
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
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"