2013-09-26 17:14:40 +02:00

16 lines
504 B
Plaintext

$NetBSD: patch-ai,v 1.2 2010/09/21 15:57:30 taca Exp $
* Limit directories in client package.
--- configure.in.orig 2010-02-04 11:36:59.000000000 +0000
+++ configure.in
@@ -2784,7 +2784,7 @@ server_scripts=
dnl This probably should be cleaned up more - for now the threaded
dnl client is just using plain-old libs.
-sql_client_dirs="strings mysys dbug extra regex libmysql"
+sql_client_dirs="strings mysys regex libmysql"
AM_CONDITIONAL(THREAD_SAFE_CLIENT, test "$THREAD_SAFE_CLIENT" != "no")