mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- MFB: Fixed bug #27849 (configure craps out on trivial syntax error).
This commit is contained in:
parent
911922432f
commit
efb62ea35f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [
|
|||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue