From 2b8ff6949f5f9abe83aa308e2e942ac4c6ed6f4b Mon Sep 17 00:00:00 2001 From: "serg@sergbook.mylan" <> Date: Mon, 4 Apr 2005 17:58:21 +0200 Subject: delete isam/merge files --- config/ac-macros/ha_isam.m4 | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 config/ac-macros/ha_isam.m4 (limited to 'config/ac-macros') diff --git a/config/ac-macros/ha_isam.m4 b/config/ac-macros/ha_isam.m4 deleted file mode 100644 index 5e354dfa624..00000000000 --- a/config/ac-macros/ha_isam.m4 +++ /dev/null @@ -1,15 +0,0 @@ -AC_DEFUN([MYSQL_CHECK_ISAM], [ - AC_ARG_WITH([isam], [ - --with-isam Enable the ISAM table type], - [with_isam="$withval"], - [with_isam=no]) - - isam_libs= - if test X"$with_isam" = X"yes" - then - AC_DEFINE([HAVE_ISAM], [1], [Using old ISAM tables]) - isam_libs="\$(top_builddir)/isam/libnisam.a\ - \$(top_builddir)/merge/libmerge.a" - fi - AC_SUBST(isam_libs) -]) -- cgit v1.2.1