From: Pierre Joye Date: Sun, 9 Jan 2011 15:19:03 +0000 (+0000) Subject: - debug code-- X-Git-Tag: php-5.3.6RC1~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92894b3a815a8dbbff6b53849d19b9840577c4da;p=php - debug code-- --- diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 2acfe6bb0a..a4ea2bfa26 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -860,8 +860,7 @@ function CHECK_HEADER_ADD_INCLUDE(header_name, flag_name, path_to_check, use_env if (use_env == null) { use_env = true; } -MESSAGE("******************" + path_to_check); -MESSAGE("******************" + flag_name); + // if true, add the dir part of the header_name to the include path if (add_dir_part == null) { add_dir_part = false;