diff options
author | unknown <jimw@mysql.com> | 2005-08-24 17:08:55 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-08-24 17:08:55 -0700 |
commit | ae450d8aba9e6a70c7c11ba272fec7dd05a83a7b (patch) | |
tree | d19d27c76ebd0ffc274277bc1e1cdaa2626e1bfa /configure.in | |
parent | ffc086e60a5cdf0632d7987ddda438a4991db8fa (diff) | |
download | mariadb-git-ae450d8aba9e6a70c7c11ba272fec7dd05a83a7b.tar.gz |
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 093ad166ff5..a661e73df56 100644 --- a/configure.in +++ b/configure.in @@ -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" # |