1diff -ur misc/redland-1.0.17/configure misc/build/redland-1.0.17/configure 2--- misc/redland-1.0.17/configure 2013-12-28 08:26:53.000000000 -0800 3+++ misc/build/redland-1.0.17/configure 2016-08-20 23:29:33.101405000 -0700 4@@ -6613,7 +6613,7 @@ 5 6 cygwin*) 7 # func_win32_libid is a shell function defined in ltmain.sh 8- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 9+ lt_cv_deplibs_check_method='file_magic ^x86 archive|^x86 DLL' 10 lt_cv_file_magic_cmd='func_win32_libid' 11 ;; 12 13@@ -6623,7 +6623,7 @@ 14 # unless we find 'file', for example because we are cross-compiling. 15 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. 16 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then 17- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 18+ lt_cv_deplibs_check_method='file_magic ^x86 archive|^x86 DLL' 19 lt_cv_file_magic_cmd='func_win32_libid' 20 else 21 # Keep this pattern in sync with the one in func_win32_libid. 22