From: Adam Dickmeiss Date: Thu, 8 Sep 2005 13:51:27 +0000 (+0000) Subject: Fix cpp-if check for POSIX threads X-Git-Tag: YAZ.2.1.10~81 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=9eca093a375190581d3ce6b4eb119dadd39692eb;p=yaz-moved-to-github.git Fix cpp-if check for POSIX threads --- 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