--- mysql-4.0.18/configure.in 2004-02-10 13:16:01.000000000 -0500 +++ new/configure.in 2004-03-22 23:18:19.352737808 -0500 @@ -2475,6 +2475,10 @@ AC_SUBST(THREAD_LPROGRAMS) THREAD_LOBJECTS="thr_alarm.o thr_lock.o thr_mutex.o thr_rwlock.o my_pthread.o my_thr_init.o" AC_SUBST(THREAD_LOBJECTS) +fi + +if test "$with_server" = "yes" +then server_scripts="mysqld_safe mysql_install_db" sql_server_dirs="strings dbug mysys extra regex" @@ -2584,6 +2588,10 @@ # END of configuration for optional table handlers # sql_server_dirs="$sql_server_dirs myisam myisammrg heap vio sql" +fi + +if test "$with_server" = "yes" -o "$THREAD_SAFE_CLIENT" != "no" +then if test "$with_posix_threads" = "no" -o "$with_mit_threads" = "yes" then