From ceac5f9227b7ec196161feaf4e93b610946f20d9 Mon Sep 17 00:00:00 2001 From: "mikef@nslinux.bedford.progress.com" <> Date: Tue, 29 May 2001 09:29:08 -0400 Subject: Pushing all the Gemini changes above the table handler. --- configure.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9998902bcec..47df228d310 100644 --- a/configure.in +++ b/configure.in @@ -2018,6 +2018,17 @@ EOF echo "END OF INNODB CONFIGURATION" fi + if test "X$have_gemini_db" = "Xyes"; then + sql_server_dirs="gemini $sql_server_dirs" + echo "CONFIGURING FOR GEMINI DB" + (cd gemini && sh ./configure) \ + || AC_MSG_ERROR([could not configure Gemini DB]) + + echo "END OF GEMINI DB CONFIGURATION" + + AC_DEFINE(HAVE_GEMINI_DB) + fi + if test "$with_posix_threads" = "no" -o "$with_mit_threads" = "yes" then # MIT user level threads -- cgit v1.2.1