configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 500fb06a23c95109547fded267a21647c8629502
Author: Adrian Johnson <[email protected]>
Date:   Tue Jun 21 20:05:44 2016 +0930

    Don't use -fPIC on cygwin
    
    it emits a warning for every file stating that -fPIC is ignored

diff --git a/configure.ac b/configure.ac
index 7a1455d..d133338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -957,8 +957,8 @@ case "$enable_compile_warnings" in
 esac
 
 case "$host_os" in
-  mingw*)
-    # mingw prints "warning: -fPIC ignored for target (all code is position 
independent)"
+  mingw*|cygwin*)
+    # mingw and cygwin print "warning: -fPIC ignored for target (all code is 
position independent)"
     # for every file
     ;;
   *)
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to