Ticket #12752: 0002-fix-mingw-compiler-detection.patch
File 0002-fix-mingw-compiler-detection.patch, 474 bytes (added by , 2 years ago) |
---|
-
filezilla-3.51.0/src/fzshellext/configure.ac
old new 46 46 matching= 47 47 cxx_v=`"$CXX" -v 2>&1` 48 48 if echo "$cxx_v" | grep -i '^target:.*$' >/dev/null 2>&1; then 49 if echo "$cxx_v" | grep -i '^target:.*mingw .*$' >/dev/null 2>&1; then49 if echo "$cxx_v" | grep -i '^target:.*mingw\|windows-gnu.*$' >/dev/null 2>&1; then 50 50 matching=1 51 51 fi 52 52 else