From: Ilia Alshanetsky Date: Thu, 10 Jun 2004 14:06:17 +0000 (+0000) Subject: Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test X-Git-Tag: php-5.0.0~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af5501027f0845d66de489d5de238f6a3099e47c;p=php Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test command does not support -e parameter). --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 718d614a65..9b437c0e07 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -37,7 +37,7 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [ if test "$ext_shared" = "no"; then out="php_config.h" else - if test -e "$ext_builddir/config.h.in"; then + if test -f "$ext_builddir/config.h.in"; then out="$abs_builddir/config.h" else out="php_config.h"