Rebuilt for aclocal.m4 changes in r183.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@185 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-05-15 12:36:51 +00:00
parent e16b8197b0
commit 5b95a36896

10
configure vendored
View File

@@ -14720,6 +14720,7 @@ echo "${ECHO_T}$ac_cv_system_version" >&6
LDFLAGS="$LDFLAGS -Wl,-Bexport" LDFLAGS="$LDFLAGS -Wl,-Bexport"
;; ;;
NetBSD*) NetBSD*)
SHLIB_CFLAGS="-fPIC"
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
SHLIB_LD="ld -Bshareable" SHLIB_LD="ld -Bshareable"
else else
@@ -14738,12 +14739,15 @@ echo "$as_me: error: sorry" >&2;}
SHLIB_LD="ld -Bshareable" SHLIB_LD="ld -Bshareable"
;; ;;
FreeBSD*) FreeBSD*)
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="$CC -shared" SHLIB_LD="$CC -shared"
;; ;;
OpenBSD*) OpenBSD*)
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="$CC -shared" SHLIB_LD="$CC -shared"
;; ;;
BSDI*) BSDI*)
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="$CC -shared" SHLIB_LD="$CC -shared"
;; ;;
NEXTSTEP*) NEXTSTEP*)
@@ -14855,6 +14859,7 @@ rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
;; ;;
CYGWIN*) CYGWIN*)
SHLIB_CFLAGS="-fPIC"
SHLIB_SUFFIX=".dll" SHLIB_SUFFIX=".dll"
SHLIB_LD="dllwrap --export-all --output-def \$(PLUGIN_NAME).def --implib lib\$(PLUGIN_NAME).a --driver-name \$(CC)" SHLIB_LD="dllwrap --export-all --output-def \$(PLUGIN_NAME).def --implib lib\$(PLUGIN_NAME).a --driver-name \$(CC)"
;; ;;
@@ -16202,6 +16207,7 @@ echo "${ECHO_T}$ac_cv_system_version" >&6
LDFLAGS="$LDFLAGS -Wl,-Bexport" LDFLAGS="$LDFLAGS -Wl,-Bexport"
;; ;;
NetBSD*) NetBSD*)
SHLIB_CFLAGS="-fPIC"
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
SHLIB_LD="ld -Bshareable" SHLIB_LD="ld -Bshareable"
else else
@@ -16220,12 +16226,15 @@ echo "$as_me: error: sorry" >&2;}
SHLIB_LD="ld -Bshareable" SHLIB_LD="ld -Bshareable"
;; ;;
FreeBSD*) FreeBSD*)
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="$CC -shared" SHLIB_LD="$CC -shared"
;; ;;
OpenBSD*) OpenBSD*)
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="$CC -shared" SHLIB_LD="$CC -shared"
;; ;;
BSDI*) BSDI*)
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="$CC -shared" SHLIB_LD="$CC -shared"
;; ;;
NEXTSTEP*) NEXTSTEP*)
@@ -16337,6 +16346,7 @@ rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
;; ;;
CYGWIN*) CYGWIN*)
SHLIB_CFLAGS="-fPIC"
SHLIB_SUFFIX=".dll" SHLIB_SUFFIX=".dll"
SHLIB_LD="dllwrap --export-all --output-def \$(PLUGIN_NAME).def --implib lib\$(PLUGIN_NAME).a --driver-name \$(CC)" SHLIB_LD="dllwrap --export-all --output-def \$(PLUGIN_NAME).def --implib lib\$(PLUGIN_NAME).a --driver-name \$(CC)"
;; ;;