From 92894b3a815a8dbbff6b53849d19b9840577c4da Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 9 Jan 2011 15:19:03 +0000 Subject: [PATCH] - debug code-- --- win32/build/confutils.js | 3 +-- 1 file changed, 1 insertion(+), 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; -- 2.50.1