diff options
author | serg@sergbook.mylan <> | 2005-04-04 17:58:21 +0200 |
---|---|---|
committer | serg@sergbook.mylan <> | 2005-04-04 17:58:21 +0200 |
commit | 2b8ff6949f5f9abe83aa308e2e942ac4c6ed6f4b (patch) | |
tree | 62b1d3e0150f7a8e8df7a26e3cbb5e0201df5141 /config | |
parent | 52770e8682b19f2deccc8bb4ad79a84e5bf3631e (diff) | |
download | mariadb-git-2b8ff6949f5f9abe83aa308e2e942ac4c6ed6f4b.tar.gz |
delete isam/merge files
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/ha_isam.m4 | 15 |
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) -]) |