From f8a679efcef33a6e63a45722e28c5a6c7ca22c9b Mon Sep 17 00:00:00 2001
From: unknown <tonu@x153.internalnet>
Date: Tue, 24 Jul 2001 15:28:51 +0800
Subject: [PATCH] configure.in	Fix to compile :(

configure.in:
  Fix to compile :(
---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 381ba7c9299..f0855c93467 100644
--- a/configure.in
+++ b/configure.in
@@ -2010,7 +2010,7 @@ then
   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)
-  sql_server_dirs="strings dbug mysys extra regex isam merge myisam myisammrg heap sql"
+  sql_server_dirs="strings dbug mysys extra regex isam merge myisam myisammrg heap vio sql"
   server_scripts="mysqld_safe mysql_install_db"
   if test X"$have_berkeley_db" != Xno; then
     if test X"$have_berkeley_db" != Xyes; then
-- 
2.30.9