From c0cd0f484a696e169c63c14286dbb760fba4feec Mon Sep 17 00:00:00 2001 From: "tim@black.box" <> Date: Tue, 9 Oct 2001 18:11:44 -0400 Subject: Add --without-isam configure switch. Portability fix for mysqlmanager. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 341de4a2ceb..1e62d2a4248 100644 --- a/acconfig.h +++ b/acconfig.h @@ -81,6 +81,9 @@ /* Using Innobase DB */ #undef HAVE_INNOBASE_DB +/* Using old ISAM tables */ +#undef HAVE_ISAM + /* Define if we have GNU readline */ #undef HAVE_LIBREADLINE -- cgit v1.2.1