aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index a52f57d..728811c 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -413,7 +413,11 @@ case "${host}" in
*)
# We borrow WIN32LIBADD so that the shared libbfd won't depend on
# libiberty.a.
- if test "$enable_shared" = "yes"; then
+ PICFLAG=
+ changequote(,)dnl
+ eval `grep "^[ ]*PICFLAG[ ]*=" ../libiberty/Makefile | sed -e "s/[ ]*//g"`
+ changequote([,])dnl
+ if test -n "$PICFLAG"; then
WIN32LIBADD="-L../libiberty/pic -liberty"
fi
;;