summaryrefslogtreecommitdiff
path: root/ext/mbstring/config.m4
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-12-04 22:49:46 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-12-04 22:49:46 +0000
commit0d2c100a4f1ff5563ebb059eaeaa1cfd63c7c831 (patch)
tree618188c8d39e403c5b25454956bd22baeecde0d6 /ext/mbstring/config.m4
parent40a573445c9299819f6e8530526a91b8d9660864 (diff)
downloadphp-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.m42
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"