diff options
author | monty@donna.mysql.fi <> | 2001-04-13 12:25:12 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-13 12:25:12 +0300 |
commit | 8700c02daee78ef2550436e03f566f2fede1e781 (patch) | |
tree | 02530227003cbf2654c49c4e87d12571dc055552 /configure.in | |
parent | 714431e3a67b3e10ac11e5ca322862415bc47dc0 (diff) | |
download | mariadb-git-8700c02daee78ef2550436e03f566f2fede1e781.tar.gz |
Changed Innobase to Innodb
Deleted a lot of old benchmark runs
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index cf399baacfa..f230f454690 100644 --- a/configure.in +++ b/configure.in @@ -1869,7 +1869,7 @@ AC_MSG_RESULT([default: $default_charset; compiled in: $CHARSETS]) MYSQL_CHECK_BDB -MYSQL_CHECK_INNOBASE +MYSQL_CHECK_INNODB MYSQL_CHECK_GEMINI # If we have threads generate some library functions and test programs @@ -1970,14 +1970,14 @@ EOF fi fi - if test X"$have_innobase_db" = Xyes + if test X"$have_innodb" = Xyes then sql_server_dirs="innobase $sql_server_dirs" - echo "CONFIGURING FOR INNOBASE DB" + echo "CONFIGURING FOR INNODB" (cd innobase && sh ./configure) \ - || AC_MSG_ERROR([could not configure Innobase DB]) + || AC_MSG_ERROR([could not configure INNODB]) - echo "END OF INNOBASE DB CONFIGURATION" + echo "END OF INNODB CONFIGURATION" fi if test "$with_posix_threads" = "no" -o "$with_mit_threads" = "yes" |