From ecb4e20c48914bc7b942a1a476e3863928675351 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 7 Jun 2004 16:48:38 +0000 Subject: [PATCH] Do not build tst_clones for non-threaded Perls --- SimpleServer.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimpleServer.xs b/SimpleServer.xs index e324009..16eb108 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.31 2004-06-06 09:07:18 adam Exp $ + * $Id: SimpleServer.xs,v 1.32 2004-06-07 16:48:38 adam Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -103,7 +103,7 @@ CV * simpleserver_sv2cv(SV *handler) { } /* debugging routine to check for destruction of Perl interpreters */ -#if 1 +#ifdef USE_ITHREADS void tst_clones(void) { int i; -- 1.7.10.4