Browse Source

- Fixed test

PEAR_1_4DEV
Derick Rethans 22 years ago
parent
commit
bebddbdd24
  1. 2
      ext/mbstring/config.m4

2
ext/mbstring/config.m4

@ -34,7 +34,7 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [
PHP_ADD_BUILD_DIR([$ext_builddir/$dir])
done
if test "$ext_shared" = "no" -o -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…
Cancel
Save