summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-06-11 13:29:52 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-06-11 14:56:06 +0200
commitcc88b7f4cd94331be95039099d69430c2063ad1b (patch)
treee51bd32c1a8fb1ddb1884457836e9fdcf9509951 /configure.ac
parent518984a95a61e0b0418b0c6591f6aa9d5d4f30a7 (diff)
downloadvala-cc88b7f4cd94331be95039099d69430c2063ad1b.tar.gz
tests: Build typelib if g-ir-compiler is available
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 59c254352..097a324df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -205,6 +205,9 @@ fi
AM_CONDITIONAL(HAVE_CGRAPH, test "$have_cgraph" = "yes")
AM_CONDITIONAL(ENABLE_VALADOC, test x$enable_valadoc = xyes)
+AC_PATH_PROG([G_IR_COMPILER], [g-ir-compiler], :)
+AM_CONDITIONAL(HAVE_G_IR_COMPILER, test "$G_IR_COMPILER" != :)
+
AC_PATH_PROG([XSLTPROC], [xsltproc], :)
AM_CONDITIONAL(HAVE_XSLTPROC, test "$XSLTPROC" != :)