Commit 927534d5 authored by Joerg Bruehe's avatar Joerg Bruehe

Fix a "configure" syntax error.

It had been introduced with the patch for bug entry 37098
and affected runs "--without-server" only.
parent 5b8c8a6c
...@@ -2728,8 +2728,10 @@ then ...@@ -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"
......
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