diff options
author | serg@serg.mysql.com <> | 2001-04-13 21:16:53 +0200 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-04-13 21:16:53 +0200 |
commit | f48ed453035bc01af7ab26a662e1d9b96758a00d (patch) | |
tree | 0748ec62096feda86a14c512244d6302323d8282 /configure.in | |
parent | 568d72f0e92b281d1642fc68089a174769d24bc5 (diff) | |
parent | 6991ee78677cc076c288332baa97befcf83d9d35 (diff) | |
download | mariadb-git-f48ed453035bc01af7ab26a662e1d9b96758a00d.tar.gz |
merged
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 0fb841df1d3..ffa6fa91d84 100644 --- a/configure.in +++ b/configure.in @@ -1923,7 +1923,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 @@ -2024,14 +2024,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" |