diff options
author | brian@brian-akers-computer.local <> | 2004-04-12 21:01:45 -0700 |
---|---|---|
committer | brian@brian-akers-computer.local <> | 2004-04-12 21:01:45 -0700 |
commit | 4d5a8cb78cb0c03e42e3596f89b54f108d37b0e3 (patch) | |
tree | 686ebbc1135999578321bffc95e6f3aec84ad720 /configure.in | |
parent | abb40bace91ec1c22a8ea468c4d07867a48541bb (diff) | |
download | mariadb-git-4d5a8cb78cb0c03e42e3596f89b54f108d37b0e3.tar.gz |
All changes are to allow someone to compile the example storage engine and use it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index de546d9c078..8bfee20972b 100644 --- a/configure.in +++ b/configure.in @@ -2618,6 +2618,7 @@ AC_DEFINE_UNQUOTED(MYSQL_DEFAULT_COLLATION_NAME,"$default_collation") MYSQL_CHECK_ISAM MYSQL_CHECK_BDB MYSQL_CHECK_INNODB +MYSQL_CHECK_EXAMPLEDB # If we have threads generate some library functions and test programs sql_server_dirs= |