summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-06-11 08:38:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-06-11 08:38:16 +0200
commitf556f27d298ab685842b5bc33142f15611e89291 (patch)
treecfb6246c7df39d70ce4e2cb4ed67020a471a8911 /configure
parent1603c9bd9caf5b3843fa00d5e1a62fc0480065c0 (diff)
parent3fd0d166aa240ef547482d1af397c4a653031c2d (diff)
Merge commit '3fd0d166aa240ef547482d1af397c4a653031c2d'
* commit '3fd0d166aa240ef547482d1af397c4a653031c2d': configure: Don't explicitly disable PIC for windows targets Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index d6544760c9..268c9bc836 100755
--- a/configure
+++ b/configure
@@ -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"