diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-03-22 11:31:43 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-03-22 11:31:43 -0700 |
commit | fc9c0ad83eecb909fd4f5a08e3b8bfb6c8431159 (patch) | |
tree | d8948dd935d532faa7ca22ba16f8c2ec3fea1951 /configure.in | |
parent | 543951a9e36b369f4e5b01d75131f27e486db18f (diff) | |
download | mariadb-git-fc9c0ad83eecb909fd4f5a08e3b8bfb6c8431159.tar.gz |
Changes to make it compile again
acinclude.m4:
do not build Gemini by default
configure.in:
do MYSQL_CHECK_GEMINI - otherwise it does not compile
BitKeeper/etc/ignore:
Added BitKeeper/etc/level to the ignore list
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 494e47c99d3..c665962b22c 100644 --- a/configure.in +++ b/configure.in @@ -1834,7 +1834,7 @@ AC_MSG_RESULT([default: $default_charset; compiled in: $CHARSETS]) MYSQL_CHECK_BDB MYSQL_CHECK_INNOBASE - +MYSQL_CHECK_GEMINI # If we have threads generate some library functions and test programs sql_server_dirs= |