configure: Set the right cc_e flags for msvc

The default ones work, but outputs the preprocessed file on stdout
(into config.log).

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2012-09-06 14:44:07 +03:00
parent 2b3660084f
commit a224b2cb30
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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:'