From 0d2c100a4f1ff5563ebb059eaeaa1cfd63c7c831 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Thu, 4 Dec 2003 22:49:46 +0000 Subject: It'd be a bad idea to make subpackages dependent on the php build system. --- ext/mbstring/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/config.m4') 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" -- cgit v1.2.1