mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
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
This commit is contained in:
parent
543951a9e3
commit
fc9c0ad83e
4 changed files with 5 additions and 5 deletions
|
@ -198,3 +198,4 @@ bdb/dist/configure
|
|||
bdb/dist/tags
|
||||
bdb/build_unix/*
|
||||
sql/.gdbinit
|
||||
BitKeeper/etc/level
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
mikef@nslinux.bedford.progress.com
|
||||
mikef@nslinuxw4.bedford.progress.com
|
||||
sasha@mysql.sashanet.com
|
||||
|
|
|
@ -961,10 +961,10 @@ dnl echo "DBG_GEM1: gemini='$gemini'"
|
|||
gemini_includes=
|
||||
gemini_libs=
|
||||
case "$gemini" in
|
||||
no )
|
||||
no | default | *)
|
||||
AC_MSG_RESULT([Not using Gemini DB])
|
||||
;;
|
||||
yes | default | *)
|
||||
yes )
|
||||
have_gemini_db="yes"
|
||||
gemini_includes="-I../gemini/incl -I../gemini"
|
||||
gemini_libs="\
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue