build: avoid gtester if cross-building for Windows
commit3163efdbb6fd916fca36ec06544b98260575fd58
authorNicola Fontana <ntd@entidi.it>
Sun, 3 Feb 2013 19:10:34 +0000 (3 20:10 +0100)
committerNicola Fontana <ntd@entidi.it>
Sun, 3 Feb 2013 19:10:34 +0000 (3 20:10 +0100)
treecbf89953825f09e970e457b651abcb1407f5d6b0
parentf2265acf6944139be0095d42ac9a98d297390077
build: avoid gtester if cross-building for Windows

gtester requires a POSIX compliant system for signal handling, so it is
not built by default on Mingw: the relevant automake directives in GLib
are wrapped by "if OS_UNIX" and "endif". It is actually not possible to
execute "make check" by using wine.

Actually the check is disable so "make check" will be a noop.

Closes issue #43: http://dev.entidi.com/p/adg/issues/43/
build/Makefile.am.gtester
configure.ac