Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21352 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69401 invoked by uid 1010); 29 Dec 2005 14:13:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69385 invoked from network); 29 Dec 2005 14:13:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Dec 2005 14:13:02 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:51040] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9F/90-28258-DEEE3B34 for ; Thu, 29 Dec 2005 09:13:02 -0500 Received: (qmail 2202 invoked from network); 29 Dec 2005 14:12:57 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 29 Dec 2005 14:12:57 -0000 Message-ID: <43B3EEE6.3090109@zend.com> Date: Thu, 29 Dec 2005 17:12:54 +0300 User-Agent: Thunderbird 1.5 (X11/20051025) MIME-Version: 1.0 To: Pierangelo Masarati CC: internals@lists.php.net References: <1135864775.3346.38.camel@ando> In-Reply-To: <1135864775.3346.38.camel@ando> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Problem compiling sapi/cgi stuff in HEAD From: antony@zend.com (Antony Dovgal) On 29.12.2005 16:59, Pierangelo Masarati wrote: > Recently, I had problems compiling stuff in sapi/cgi because of the > change between 1.18 and 1.19 of sapi/cgi/config9.m4 which results in > expanding a libtool command line into something like "gcc ''", where gcc > (correctly) complains about the impossibility to compile a file named > ''. > > I've worked things around with the attached patch, reported below since > it's a one-liner. Committed, thanks. -- Wbr, Antony Dovgal