summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-11 16:55:43 -0300
committerJames Almer <jamrial@gmail.com>2017-11-11 16:55:43 -0300
commit7e3d6f10f08ae8ce9c6720fb7041fd739aef9143 (patch)
treee2a38573fb9a8e49f13268960d1c0b2219c16b01
parent3f272009547fe1b941764297007ea1aa576eda6f (diff)
parentf951837ce58e8588b175fb53a76fd453a81528ec (diff)
Merge commit 'f951837ce58e8588b175fb53a76fd453a81528ec'
* commit 'f951837ce58e8588b175fb53a76fd453a81528ec': configure: Don't add -fPIC to cflags for target_os=win32 Merged-by: James Almer <jamrial@gmail.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5461f42c9d..f1edf815cf 100755
--- a/configure
+++ b/configure
@@ -5322,7 +5322,7 @@ enable_weak_pic() {
enable pic
add_cppflags -DPIC
case "$target_os" in
- mingw*|cygwin*)
+ mingw*|cygwin*|win*)
;;
*)
add_cflags -fPIC