From a224b2cb30759264147abda4aeb59de21966265c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Thu, 6 Sep 2012 14:44:07 +0300 Subject: [PATCH] configure: Set the right cc_e flags for msvc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default ones work, but outputs the preprocessed file on stdout (into config.log). Signed-off-by: Martin Storsjö --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 25a56e7043..1fe505c3f3 100755 --- a/configure +++ b/configure @@ -2317,6 +2317,7 @@ probe_cc(){ _ld_o='-Fe$@' fi _cc_o='-Fo $@' + _cc_e='-P -Fi $@' _flags_filter=msvc_flags _ld_lib='lib%.a' _ld_path='-libpath:'