diff options
| author | Pierre Joye <pajoye@php.net> | 2011-01-09 15:19:03 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2011-01-09 15:19:03 +0000 |
| commit | 92894b3a815a8dbbff6b53849d19b9840577c4da (patch) | |
| tree | a53e204e139a8b695edbc5e6f381b8e76fedf16f | |
| parent | fb6778c2417e38cb88ff42e6fa3b0eb3e3c6d7d3 (diff) | |
| download | php-git-92894b3a815a8dbbff6b53849d19b9840577c4da.tar.gz | |
- debug code--
| -rw-r--r-- | win32/build/confutils.js | 3 |
1 files changed, 1 insertions, 2 deletions
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;
|
