Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45177
Collapse All | Expand All

(-)mysql-4.0.18/configure.in (+8 lines)
Lines 2475-2480 Link Here
2475
  AC_SUBST(THREAD_LPROGRAMS)
2475
  AC_SUBST(THREAD_LPROGRAMS)
2476
  THREAD_LOBJECTS="thr_alarm.o thr_lock.o thr_mutex.o thr_rwlock.o my_pthread.o my_thr_init.o"
2476
  THREAD_LOBJECTS="thr_alarm.o thr_lock.o thr_mutex.o thr_rwlock.o my_pthread.o my_thr_init.o"
2477
  AC_SUBST(THREAD_LOBJECTS)
2477
  AC_SUBST(THREAD_LOBJECTS)
2478
fi
2479
2480
if test "$with_server" = "yes"
2481
then
2478
  server_scripts="mysqld_safe mysql_install_db"
2482
  server_scripts="mysqld_safe mysql_install_db"
2479
  sql_server_dirs="strings dbug mysys extra regex"
2483
  sql_server_dirs="strings dbug mysys extra regex"
2480
2484
Lines 2584-2589 Link Here
2584
  # END of configuration for optional table handlers
2588
  # END of configuration for optional table handlers
2585
  #
2589
  #
2586
  sql_server_dirs="$sql_server_dirs myisam myisammrg heap vio sql"
2590
  sql_server_dirs="$sql_server_dirs myisam myisammrg heap vio sql"
2591
fi
2592
2593
if test "$with_server" = "yes" -o "$THREAD_SAFE_CLIENT" != "no"
2594
then
2587
2595
2588
  if test "$with_posix_threads" = "no" -o "$with_mit_threads" = "yes"
2596
  if test "$with_posix_threads" = "no" -o "$with_mit_threads" = "yes"
2589
  then
2597
  then

Return to bug 45177