Commit f556f27d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '3fd0d166'

* commit '3fd0d166':
  configure: Don't explicitly disable PIC for windows targets
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 1603c9bd 3fd0d166
......@@ -3476,7 +3476,6 @@ case $target_os in
objformat="win32"
ranlib=:
enable dos_paths
disable pic
;;
win32|win64)
if enabled shared; then
......@@ -3501,7 +3500,6 @@ case $target_os in
objformat="win32"
ranlib=:
enable dos_paths
disable pic
;;
cygwin*)
target_os=cygwin
......@@ -3516,7 +3514,6 @@ case $target_os in
SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(FULLNAME).dll.a'
objformat="win32"
enable dos_paths
disable pic
;;
*-dos|freedos|opendos)
network_extralibs="-lsocket"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment