Merge a correction for the 38098 bug into 5.0-build,

it will also be used in the 5.0.72 release.
This commit is contained in:
Joerg Bruehe 2008-10-27 19:52:24 +01:00
commit 64dc750b17

View File

@ -2728,8 +2728,10 @@ then
AC_SUBST(THREAD_LOBJECTS) AC_SUBST(THREAD_LOBJECTS)
fi fi
if test "$with_server" != "no" if test "$with_server" = "no"
then then
AM_CONDITIONAL([BUILD_INNODB_TOOLS], [false])
else
server_scripts="mysqld_safe mysql_install_db" server_scripts="mysqld_safe mysql_install_db"
sql_server_dirs="strings mysys dbug extra regex" sql_server_dirs="strings mysys dbug extra regex"