From 2d494220db8286aa174e88ac892c38d737ba90cc Mon Sep 17 00:00:00 2001 From: "joerg@mysql.com" <> Date: Thu, 25 Aug 2005 18:48:18 +0200 Subject: [PATCH] Reverted a change that breaks "automake". --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3a4fad40ac5..c88d960878a 100644 --- a/configure.in +++ b/configure.in @@ -2446,7 +2446,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="strings regex mysys sql/share libmysql client" +sql_client_dirs="strings regex mysys libmysql client" linked_client_targets="linked_libmysql_sources" if test "$THREAD_SAFE_CLIENT" != "no"