- MFB: Fixed bug #27849 (configure craps out on trivial syntax error).

This commit is contained in:
Derick Rethans 2004-04-03 17:23:53 +00:00
parent 911922432f
commit efb62ea35f

View file

@ -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"