Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test

command does not support -e parameter).
This commit is contained in:
Ilia Alshanetsky 2004-06-10 14:06:17 +00:00
parent 7318238236
commit af5501027f

View file

@ -37,7 +37,7 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [
if test "$ext_shared" = "no"; then if test "$ext_shared" = "no"; then
out="php_config.h" out="php_config.h"
else else
if test -e "$ext_builddir/config.h.in"; then if test -f "$ext_builddir/config.h.in"; then
out="$abs_builddir/config.h" out="$abs_builddir/config.h"
else else
out="php_config.h" out="php_config.h"