[poppler] configure.ac

Adrian Johnson ajohnson at kemper.freedesktop.org
Tue Jun 21 10:37:39 UTC 2016


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

New commits:
commit 500fb06a23c95109547fded267a21647c8629502
Author: Adrian Johnson <ajohnson at redneon.com>
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
     ;;
   *)


More information about the poppler mailing list