vala tests: avoid spurious failure with older GObject
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 Apr 2012 15:31:04 +0000 (17:31 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 Apr 2012 15:31:28 +0000 (17:31 +0200)
commit3d5d5eace287c0aad4a1e9221dcebc62e2a886ee
tree626731ad9a394a01b48e58623643a4ca9d7383f2
parente306fb5d1043c60b46128fb09ee54434340a0d42
vala tests: avoid spurious failure with older GObject

* t/vala2.sh: In the 'PKG_CHECK_MODULES' call in 'configure.ac',
don't require gobject >= 2.10, but just >= 2.4: that is enough in
order for the test to pass.
* t/vala3.sh: Likewise.
* t/vala5.sh: Likewise.  Also, skip the test instead of failing
if the ./configure invocation fails: that is likely due to the
fact that the GObject library is too old or missing, and that is
not automake's fault.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/vala2.sh
t/vala3.sh
t/vala5.sh