summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-08-25 18:48:18 +0200
committerunknown <joerg@mysql.com>2005-08-25 18:48:18 +0200
commitc76ad15bb0cd7de3f0ff0a5999b3b33d88be4f76 (patch)
treeb23ccc3622805fdefefcf19aae257518ff90e1d0 /configure.in
parentb93a7d11e577b3dcf8a45bab17e300fe9946507e (diff)
downloadmariadb-git-c76ad15bb0cd7de3f0ff0a5999b3b33d88be4f76.tar.gz
Reverted a change that breaks "automake".
configure.in: Do not use two-level entries like "sql/share", as "automake" fails on them.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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"