Hmm, that's strange. I received a report of the opposite
problem from Uwe some time ago (see the forwarded message).
Do you have any insight on this?

Moriyoshi

Begin forwarded message:

> From: Uwe Schindler <[EMAIL PROTECTED]>
> Date: 2003年12月6日 11:03:28:JST
> To: Moriyoshi Koizumi <[EMAIL PROTECTED]>
> Subject: changes to config.m4 in mbstring PHP4_3 does not work under > solaris
>
> Your patch:
> http://cvs.php.net/diff.php/php-src/ext/mbstring/config.m4? > login=2&r1=1.28.2.5&r2=1.28.2.6&ty=h
>
> gives you an error when running the configure script (missing > parameter in "test") on solaris 9.
>
> Uwe
>
> -----
> Uwe Schindler
> Addr 1: Bamberger Str. 24a, D-96049 Bamberg
> Addr 2: Drausnickstr. 153, D-91052 Erlangen
> http://www.thetaphi.de - http://www.schindlers-software.de
> eMails: [EMAIL PROTECTED] (private); [EMAIL PROTECTED] > (company)
> Tel./Fax: +49 700 PCLATEIN (+49 700 72528346)
>
> Schindlers Software - Home of Schindlers PC-LATEIN 3.10
> DIE Software zum Lateinlernen!
>



On 2004/04/04, at 2:23, Derick Rethans wrote:

> derick Sat Apr 3 12:23:54 2004 EDT
>
> Modified files:
> /php-src/ext/mbstring config.m4
> Log:
> - MFB: Fixed bug #27849 (configure craps out on trivial syntax > error).
>
>
> http://cvs.php.net/diff.php/php-src/ext/mbstring/config.m4? > r1=1.46&r2=1.47&ty=u
> Index: php-src/ext/mbstring/config.m4
> diff -u php-src/ext/mbstring/config.m4:1.46 > php-src/ext/mbstring/config.m4:1.47
> --- php-src/ext/mbstring/config.m4:1.46 Sat Feb 28 15:45:23 2004
> +++ php-src/ext/mbstring/config.m4 Sat Apr 3 12:23:53 2004
> @@ -1,5 +1,5 @@
> dnl
> -dnl $Id: config.m4,v 1.46 2004/02/28 20:45:23 moriyoshi Exp $
> +dnl $Id: config.m4,v 1.47 2004/04/03 17:23:53 derick Exp $
> dnl
>
> AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [
> @@ -34,7 +34,7 @@
> PHP_ADD_BUILD_DIR([$ext_builddir/$dir])
> done
>
> - if test "$ext_shared" = "no" || ! test -e > "$ext_builddir/config.h.in"; then
> + if test "$ext_shared" = "no" -o -e "$ext_builddir/config.h.in"; then
> out="php_config.h"
> else
> out="$abs_builddir/config.h"
>
> -- > PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to