summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-11-06 11:12:40 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-11-06 17:04:33 +0100
commit308d2202ffb123fdaa845d3d1629223bc1207cc6 (patch)
treebf7aa477e2c07f0964827a08517d22479341defd /configure.ac
parent44f9f7cdfa24e3de0e166167aa97f02164bfa5c9 (diff)
Generate GObject Introspection data for the client library
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e4bc52b..c4d3f33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ AC_PROG_CC
AM_MISSING_PROG([SNARF], [guile-snarf])
AM_MISSING_PROG([HELP2MAN], [help2man])
AM_MISSING_PROG([INDENT], [indent])
+AM_MISSING_PROG([G_IR_SCANNER], [g-ir-scanner])
LT_INIT
AC_CONFIG_HEADERS([config.h])
AM_GNU_GETTEXT([external])