Commit 7aecc12a authored by unknown's avatar unknown

Fix for building without --without-server, which was broken by fix

for building with --without-server.


configure.in:
  Re-add mysys to sql_server_dirs, so it is built before dbug.
parent 0cd3d729
......@@ -2487,7 +2487,7 @@ then
THREAD_LOBJECTS="thr_alarm.o thr_lock.o thr_mutex.o thr_rwlock.o my_pthread.o my_thr_init.o mf_keycache.o"
AC_SUBST(THREAD_LOBJECTS)
server_scripts="mysqld_safe mysql_install_db"
sql_server_dirs="strings 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