]> granicus.if.org Git - php/commitdiff
Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test
authorIlia Alshanetsky <iliaa@php.net>
Thu, 10 Jun 2004 14:06:17 +0000 (14:06 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 10 Jun 2004 14:06:17 +0000 (14:06 +0000)
command does not support -e parameter).

ext/mbstring/config.m4

index 718d614a65011a52857cd4862b028b2a5468ed39..9b437c0e07cd83c5a0dd6d6ffec187ec499d40cf 100644 (file)
@@ -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"