From cf2e115ec3d91dc9e3148f7bef0f37720df19602 Mon Sep 17 00:00:00 2001 From: "tim@localhost.polyesthetic.msg" <> Date: Fri, 18 Aug 2000 14:49:31 -0400 Subject: Change the behavior of --enable-thread-safe-client. It now builds both a non-threaded libmysqlclient and a threaded libmysqlclient_r. --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/global.h b/include/global.h index c56b1f83dc3..4f1e7156597 100644 --- a/include/global.h +++ b/include/global.h @@ -33,7 +33,7 @@ #endif /* _cplusplus */ /* The client defines this to avoid all thread code */ -#if defined(UNDEF_THREADS_HACK) && !defined(THREAD_SAFE_CLIENT) +#if defined(UNDEF_THREADS_HACK) #undef THREAD #undef HAVE_mit_thread #undef HAVE_LINUXTHREADS -- cgit v1.2.1