diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-12-04 22:49:46 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-12-04 22:49:46 +0000 |
| commit | 0d2c100a4f1ff5563ebb059eaeaa1cfd63c7c831 (patch) | |
| tree | 618188c8d39e403c5b25454956bd22baeecde0d6 /ext/mbstring/config.m4 | |
| parent | 40a573445c9299819f6e8530526a91b8d9660864 (diff) | |
| download | php-git-0d2c100a4f1ff5563ebb059eaeaa1cfd63c7c831.tar.gz | |
It'd be a bad idea to make subpackages dependent on the php build system.
Diffstat (limited to 'ext/mbstring/config.m4')
| -rw-r--r-- | ext/mbstring/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 4e71f1befe..7de3ed9a81 100644 --- a/ext/mbstring/config.m4 +++ b/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"; then + if test "$ext_shared" = "no" -o ! -e "$ext_builddir/config.h.in"; then out="php_config.h" else out="$abs_builddir/config.h" |
