mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test
command does not support -e parameter).
This commit is contained in:
parent
7318238236
commit
af5501027f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue