Merge commit 'f951837ce58e8588b175fb53a76fd453a81528ec'

* commit 'f951837ce58e8588b175fb53a76fd453a81528ec':
  configure: Don't add -fPIC to cflags for target_os=win32

Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-11-11 16:55:43 -03:00
commit 7e3d6f10f0

2
configure vendored
View File

@ -5322,7 +5322,7 @@ enable_weak_pic() {
enable pic enable pic
add_cppflags -DPIC add_cppflags -DPIC
case "$target_os" in case "$target_os" in
mingw*|cygwin*) mingw*|cygwin*|win*)
;; ;;
*) *)
add_cflags -fPIC add_cflags -fPIC