summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorserg@sergbook.mylan <>2005-04-04 17:58:21 +0200
committerserg@sergbook.mylan <>2005-04-04 17:58:21 +0200
commit2b8ff6949f5f9abe83aa308e2e942ac4c6ed6f4b (patch)
tree62b1d3e0150f7a8e8df7a26e3cbb5e0201df5141 /config
parent52770e8682b19f2deccc8bb4ad79a84e5bf3631e (diff)
downloadmariadb-git-2b8ff6949f5f9abe83aa308e2e942ac4c6ed6f4b.tar.gz
delete isam/merge files
Diffstat (limited to 'config')
-rw-r--r--config/ac-macros/ha_isam.m415
1 files changed, 0 insertions, 15 deletions
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)
-])