diff options
author | brian@zim.(none) <> | 2005-12-22 20:06:05 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2005-12-22 20:06:05 -0800 |
commit | f86fd78261e87c4012cc29616ce0e781abfe11d6 (patch) | |
tree | c40d75178198f63434dbb904677d9fa2411ab2de /configure.in | |
parent | 680762498a56209e9ad37bc65a0f850f580ef86e (diff) | |
parent | 3ee76a3e3ccde9004c164c85f2a96e8115aebd2a (diff) | |
download | mariadb-git-f86fd78261e87c4012cc29616ce0e781abfe11d6.tar.gz |
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.(none):/home/brian/mysql/archive-5.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3b619e108ac..10c3c26ec26 100644 --- a/configure.in +++ b/configure.in @@ -2438,7 +2438,7 @@ MYSQL_STORAGE_ENGINE(berkeley,,berkeley-db,,,,storage/bdb,,,[ MYSQL_STORAGE_ENGINE(example,,,,,no,storage/example,,,[ AC_CONFIG_FILES(storage/example/Makefile) ]) -MYSQL_STORAGE_ENGINE(archive) +MYSQL_STORAGE_ENGINE(archive,,,,,,storage/archive) dnl MYSQL_STORAGE_ENGINE(csv,,,,,tina_hton,,ha_tina.o) MYSQL_STORAGE_ENGINE(csv,,,,,no,storage/csv,,,[ AC_CONFIG_FILES(storage/csv/Makefile) @@ -2564,6 +2564,7 @@ AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS) AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl strings/Makefile regex/Makefile storage/Makefile storage/heap/Makefile dnl storage/myisam/Makefile storage/myisammrg/Makefile dnl + storage/archive/Makefile dnl os2/Makefile os2/include/Makefile os2/include/sys/Makefile dnl man/Makefile BUILD/Makefile vio/Makefile dnl libmysql/Makefile client/Makefile dnl |