From fc80ff40025a35a61aa1a0c7666f98b4c0b78924 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 21 Mar 2010 17:49:06 +0100 Subject: [PATCH] s3: Fix bug 7202 for multi-threaded applications Thanks to Sergey Tereschenko for providing good feedback! Volker --- source3/configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index f0dabbf..32754e7 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6280,6 +6280,7 @@ if test x"$PTHREAD_CFLAGS" != xerror -a x"$PTHREAD_LDFLAGS" != xerror; then AC_CHECK_HEADERS(pthread.h) CFLAGS=$ac_save_CFLAGS LDFLAGS=$ac_save_LDFLAGS + AC_DEFINE(HAVE_PTHREAD, 1, [Do we have pthreads around?]) fi ################################################# -- 1.6.0.4