59c912dd5a49ded337e5dcbe78203da151818afa
[fedora-mingw.git] / inkscape / mingw32-inkscape-20081027-no-gc-version-check-when-crosscompiling.patch
1 Index: configure.ac
2 ===================================================================
3 --- configure.ac        (revision 20065)
4 +++ configure.ac        (working copy)
5 @@ -192,7 +192,7 @@
6                                   break], [gc_ok=no], [$gc_libs])
7                     break],
8                   [gc_ok=no])
9 -if test "x$gc_ok" = "xyes"; then
10 +if test "x$gc_ok" = "xyes" && "x$cross_compiling" = "xno" ; then
11         AC_MSG_CHECKING([libgc version 6.4+])
12         AC_RUN_IFELSE(
13                 [AC_LANG_SOURCE([[