configure: suppress -fPIC in msvc builds
authorHendrik Leppkes <h.leppkes@gmail.com>
Tue, 30 Oct 2012 21:57:37 +0000 (22:57 +0100)
committerMartin Storsjö <martin@martin.st>
Mon, 31 Dec 2012 10:34:30 +0000 (12:34 +0200)
commit506409776c49910050f3150d0e51d11b44d323ed
treede17be4ab0cadfa2e0e9dfa38af151820e84f831
parentbcb8d9eb8ff6e8f1e4c02d0143407373cffdbdeb
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>
configure