$OpenBSD: patch-configure,v 1.8 2015/09/19 12:46:29 jasper Exp $

Detect vala-0.30

--- configure.orig	Fri Sep 18 13:37:16 2015
+++ configure	Fri Sep 18 13:37:42 2015
@@ -18120,6 +18120,14 @@ fi
   test $ac_status = 0; }; then
    valaver="-0.28"
 fi
+			 if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" libvala-0.30 \""; } >&5
+  ($PKG_CONFIG --exists --print-errors " libvala-0.30 ") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+   valaver="-0.30"
+fi
 
 	if test "x$valaver" != "x"; then
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
