OSDN Git Service

configure: Only add -FIstdlib.h for msvc/icl if necessary
authorMartin Storsjö <martin@martin.st>
Sat, 25 Jul 2015 19:09:21 +0000 (22:09 +0300)
committerMartin Storsjö <martin@martin.st>
Sun, 26 Jul 2015 17:33:00 +0000 (20:33 +0300)
commit0cff125200ab53fa3ae70d85b4f614f269fe3426
tree302906b5ab6f655d98e2e81c966c29108713a5d0
parent9b4b96c0dee90d260891ec765b28f6ca15594340
configure: Only add -FIstdlib.h for msvc/icl if necessary

This is only necessary on MSVC 2010/2012 (and possibly on some
ICL versions). This both avoids an extra hack on newer MSVC
versions, and better documents what the extra compiler option
is used for.

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