configure: suppress -fPIC in msvc builds

MSVC doesn't understand the option, and emits a warning on every
call to cl.exe.

Signed-off-by: Martin Storsjö <martin@martin.st>
pull/8/head
Hendrik Leppkes 12 years ago committed by Martin Storsjö
parent bcb8d9eb8f
commit 506409776c
  1. 1
      configure

1
configure vendored

@ -2187,6 +2187,7 @@ msvc_flags(){
-fno-math-errno) ;;
-fno-common) ;;
-fno-signed-zeros) ;;
-fPIC) ;;
-lz) echo zlib.lib ;;
-lavifil32) echo vfw32.lib ;;
-lavicap32) echo vfw32.lib user32.lib ;;

Loading…
Cancel
Save