summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-05-13 12:06:40 +0300
committerMartin Storsjö <martin@martin.st>2013-05-13 20:20:55 +0300
commit05165c2f7a248037d0099f6821dc9e4a78071ffa (patch)
tree1b9256dfd09a7732cc20913fc1f6799820d928cc /configure
parent1399931d07f0f37ef4526eb8d39d33c64e09618a (diff)
configure: Disable PIC for cygwin just as for win32/mingw
If this is explicitly disabled for win32/mingw, it should also be disabled for cygwin, for consistency and for the same reasons as for win32/mingw. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b67a8bf10c..c84050c662 100755
--- a/configure
+++ b/configure
@@ -3084,6 +3084,7 @@ 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"