From 05165c2f7a248037d0099f6821dc9e4a78071ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 13 May 2013 12:06:40 +0300 Subject: configure: Disable PIC for cygwin just as for win32/mingw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ö --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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" -- cgit v1.2.3