configure: Set the right cc_e flags for msvc
authorMartin Storsjö <martin@martin.st>
Thu, 6 Sep 2012 11:44:07 +0000 (14:44 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 6 Sep 2012 14:05:10 +0000 (17:05 +0300)
The default ones work, but outputs the preprocessed file on stdout
(into config.log).

Signed-off-by: Martin Storsjö <martin@martin.st>
configure

index 25a56e7..1fe505c 100755 (executable)
--- 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:'