Partially back out r183, by removing -fPIC from Cygwin builds. It's

unnecessary there and just creates a warning.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@186 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-05-15 12:52:25 +00:00
parent 5b95a36896
commit 2f79061c0d
3 changed files with 0 additions and 4 deletions

1
aclocal.m4 vendored
View File

@@ -1428,7 +1428,6 @@ AC_DEFUN(AC_CHECK_PLUGIN_SUPPORT,
])
;;
CYGWIN*)
SHLIB_CFLAGS="-fPIC"
SHLIB_SUFFIX=".dll"
SHLIB_LD="dllwrap --export-all --output-def \$(PLUGIN_NAME).def --implib lib\$(PLUGIN_NAME).a --driver-name \$(CC)"
;;