- ISAM storage engine is now disabled by default. To enable it, configure

the sources with "--with-isam"
This commit is contained in:
lenz@mysql.com 2003-05-22 16:00:19 +02:00
parent 2b1e1f6494
commit d915b63db0

View file

@ -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"