summaryrefslogtreecommitdiff
path: root/win32/build
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-01-03 01:08:21 +0000
committerPierre Joye <pajoye@php.net>2011-01-03 01:08:21 +0000
commit7444576047f52f757233687936c659eb5676670b (patch)
tree19cfbc9c254e192a59976e9b792013f16b61a23e /win32/build
parentf7176f9cf002be9957186ea46eefcfcab8317e4e (diff)
downloadphp-git-7444576047f52f757233687936c659eb5676670b.tar.gz
- we need the core config.w32 only once
Diffstat (limited to 'win32/build')
-rw-r--r--win32/build/phpize.js.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/build/phpize.js.in b/win32/build/phpize.js.in
index 6116105214..4813ec0b5d 100644
--- a/win32/build/phpize.js.in
+++ b/win32/build/phpize.js.in
@@ -222,7 +222,7 @@ if (DSP == true) {
C.WriteBlankLines(1);
}
-// Pull in code from sapi and extensions
+// Pull in code for the base detection
modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");");
@@ -248,8 +248,6 @@ C.WriteBlankLines(1);
C.WriteLine("conf_process_args();");
C.WriteBlankLines(1);
-C.Write(file_get_contents(PHP_DIR + "/script/config.w32.phpize.in"));
-
// Comment out the calls from their original positions
modules = modules.replace(re, "/* $1 */");
C.Write(modules);