diff options
author | unknown <serg@sergbook.mylan> | 2005-04-04 17:58:21 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mylan> | 2005-04-04 17:58:21 +0200 |
commit | 5dbcb1555fb63618be171b478a1af8a49b3b46ef (patch) | |
tree | 62b1d3e0150f7a8e8df7a26e3cbb5e0201df5141 /config | |
parent | 2fc4270b4c52b5144c30af9202152677b04fe3a3 (diff) | |
download | mariadb-git-5dbcb1555fb63618be171b478a1af8a49b3b46ef.tar.gz |
delete isam/merge files
BitKeeper/deleted/.del-ha_isam.m4~7588b20d5625ce54:
Delete: config/ac-macros/ha_isam.m4
BitKeeper/deleted/.del-nisam.h~5efa811281b55093:
Delete: include/nisam.h
BitKeeper/deleted/.del-merge.h~c3c34b8b88ec67ae:
Delete: include/merge.h
BitKeeper/deleted/.del-have_isam.inc~8bbdabbdbe0697d3:
Delete: mysql-test/include/have_isam.inc
BitKeeper/deleted/.del-have_isam.require~be6a18a8a25a617f:
Delete: mysql-test/r/have_isam.require
BitKeeper/deleted/.del-isam.test~834fb0ee8196c445:
Delete: mysql-test/t/isam.test
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) -]) |