]> granicus.if.org Git - php/commitdiff
- we need the core config.w32 only once
authorPierre Joye <pajoye@php.net>
Mon, 3 Jan 2011 01:08:21 +0000 (01:08 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 3 Jan 2011 01:08:21 +0000 (01:08 +0000)
win32/build/phpize.js.in

index 61161052144c5ef2cd539728e964461d13e70df6..4813ec0b5d68893b233fc850cac926d889867f11 100644 (file)
@@ -222,7 +222,7 @@ if (DSP == true) {
        C.WriteBlankLines(1);\r
 }\r
 \r
-// Pull in code from sapi and extensions\r
+// Pull in code for the base detection\r
 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");\r
 \r
 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");");\r
@@ -248,8 +248,6 @@ C.WriteBlankLines(1);
 C.WriteLine("conf_process_args();");\r
 C.WriteBlankLines(1);\r
 \r
-C.Write(file_get_contents(PHP_DIR + "/script/config.w32.phpize.in"));\r
-\r
 // Comment out the calls from their original positions\r
 modules = modules.replace(re, "/* $1 */");\r
 C.Write(modules);\r