From 8fdd082fd4bbe0919d97dd3509dc6df69f0e13c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 22 Jul 2003 19:11:28 +0000 Subject: [PATCH] enable pthread if != no git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12491 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/pthreads.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index aa3944453..f63cacd93 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -34,7 +34,7 @@ case "$host" in ;; esac fi -if test "$enable_pthread_support" = no; then +if test "$enable_pthread_support" != no; then AC_DEFINE(ENABLE_PTHREAD_SUPPORT, 1, [Define if you want have a thread safe libraries]) else