Merge commit '0ca66409911e9fba940424be8bdfa54e056b0a4b'

* commit '0ca66409911e9fba940424be8bdfa54e056b0a4b':
  configure: Don't add -fPIC to asflags when targeting windows

Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2017-11-11 16:56:59 -03:00

2
configure vendored
View File

@@ -5326,9 +5326,9 @@ enable_weak_pic() {
;; ;;
*) *)
add_cflags -fPIC add_cflags -fPIC
add_asflags -fPIC
;; ;;
esac esac
add_asflags -fPIC
} }
enabled pic && enable_weak_pic enabled pic && enable_weak_pic