From 9eca093a375190581d3ce6b4eb119dadd39692eb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Sep 2005 13:51:27 +0000 Subject: [PATCH] Fix cpp-if check for POSIX threads --- test/tstlogthread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tstlogthread.c b/test/tstlogthread.c index 501795f..6241d81 100644 --- a/test/tstlogthread.c +++ b/test/tstlogthread.c @@ -2,7 +2,7 @@ * Copyright (c) 1998-2005, Index Data. * See the file LICENSE for details. * - * $Id: tstlogthread.c,v 1.1 2005-09-08 13:25:33 adam Exp $ + * $Id: tstlogthread.c,v 1.2 2005-09-08 13:51:27 adam Exp $ */ #if HAVE_CONFIG_H @@ -14,7 +14,7 @@ #include #include -#if HAVE_POSIX_THREADS +#if YAZ_POSIX_THREADS #include -- 1.7.10.4