diff options
author | unknown <lenz@mysql.com> | 2004-12-02 19:11:35 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-12-02 19:11:35 +0100 |
commit | d9da33266c295cfd56b6cafe1d604f5dfef975a4 (patch) | |
tree | 72e81cc17800c1f5a626e5f2d136289ba8277091 | |
parent | 9f6d93ae58b615e3e8918ceb1c49178bc0deaf34 (diff) | |
parent | 62469786bf9582d732614ab31cbcceb0e97a92f6 (diff) | |
download | mariadb-git-d9da33266c295cfd56b6cafe1d604f5dfef975a4.tar.gz |
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0d6e797f571..4aa4b3c9845 100644 --- a/configure.in +++ b/configure.in @@ -2830,7 +2830,7 @@ thread_dirs= dnl This probably should be cleaned up more - for now the threaded dnl client is just using plain-old libs. -sql_client_dirs="libmysql strings regex client" +sql_client_dirs="libmysql client" linked_client_targets="linked_libmysql_sources" CLIENT_LIBS=$NON_THREADED_CLIENT_LIBS if test "$THREAD_SAFE_CLIENT" != "no" |