Commit 02705ee2 authored by Joerg Bruehe's avatar Joerg Bruehe

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

it will also be used in the 5.0.72 release.
parents 9664a208 b1f39622
......@@ -2728,8 +2728,10 @@ then
AC_SUBST(THREAD_LOBJECTS)
fi
if test "$with_server" != "no"
if test "$with_server" = "no"
then
AM_CONDITIONAL([BUILD_INNODB_TOOLS], [false])
else
server_scripts="mysqld_safe mysql_install_db"
sql_server_dirs="strings mysys dbug extra regex"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment