Merge commit 'e08c946c6860a78b0c479551d5f6735361160cbd'

* commit 'e08c946c6860a78b0c479551d5f6735361160cbd':
  configure: Explicitly disable PIC when targeting win32/mingw

Merged-by: Michael Niedermayer <michaelni@gmx.at>
pull/18/head
Michael Niedermayer 12 years ago
commit 6585275e79
  1. 2
      configure

2
configure vendored

@ -3384,6 +3384,7 @@ case $target_os in
objformat="win32"
ranlib=:
enable dos_paths
disable pic
;;
win32|win64)
if enabled shared; then
@ -3408,6 +3409,7 @@ case $target_os in
objformat="win32"
ranlib=:
enable dos_paths
disable pic
;;
cygwin*)
target_os=cygwin

Loading…
Cancel
Save