diff options
author | joerg@mysql.com <> | 2004-12-02 16:42:37 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2004-12-02 16:42:37 +0100 |
commit | 9150971bacbc71880f53944a4401390eb71faf67 (patch) | |
tree | 0c7ef517be977e0204e94e294c7f9d89343cb975 /configure.in | |
parent | 0718f788d6fd4c21c405786c14a7cc76a11434e4 (diff) | |
download | mariadb-git-9150971bacbc71880f53944a4401390eb71faf67.tar.gz |
Change to prevent the failure of "make distclean" on the missing 'regex/Makefile' (and, later, 'strings/Makefile').
Diffstat (limited to 'configure.in')
-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" |