Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77378 invoked by uid 1010); 24 Feb 2005 12:15:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77343 invoked from network); 24 Feb 2005 12:15:48 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 24 Feb 2005 12:15:48 -0000 X-Host-Fingerprint: 66.111.4.25 out1.smtp.messagingengine.com Received: from ([66.111.4.25:38980] helo=out1.smtp.messagingengine.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 1F/48-43751-475CD124 for ; Thu, 24 Feb 2005 07:15:48 -0500 Received: from web2.messagingengine.com (web2.internal [10.202.2.211]) by frontend1.messagingengine.com (Postfix) with ESMTP id 9006EC59FED; Thu, 24 Feb 2005 07:15:45 -0500 (EST) Received: by web2.messagingengine.com (Postfix, from userid 99) id 1ACB7398; Thu, 24 Feb 2005 07:15:42 -0500 (EST) Message-ID: <1109247342.16968.215920995@webmail.messagingengine.com> X-Sasl-Enc: KlU2rc41gf+0uZ24KG4LzThuISuQndhSeR1Oei4EyQKv 1109247342 To: sniper@php.net, internals@lists.php.net Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) Date: Thu, 24 Feb 2005 04:15:42 -0800 Subject: Patch to TSRM to configure properly in cross compilation environment.(Especially NetWare) From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi Jani, PTHREADS_CHECK_COMPILE macro fails with pthreads_working=no for cross compilation environment. As I am aware NetWare has proper support for PTHREADS this patch sets pthreads_working=yes for NetWare alone. Find the patch at http://puggy.symonds.net/~kameshj/threads.m4.patch Please apply the same along with my earlier patch on configure.in. With regards Kamesh Jayachandran