diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-09-05 10:40:21 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-09-05 11:09:28 +0200 |
commit | 61ae0059a49e599cc81657137cc1a8487e383a7c (patch) | |
tree | 0c5dd99f1eb76770aacea1027806d9babae105ae /configure.ac | |
parent | 78063ab4bed41890462516a2d56a26ffe8531bbf (diff) |
app: Add gobject-introspection support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8de1db53..3fbd1d9a 100644 --- a/configure.ac +++ b/configure.ac @@ -134,6 +134,9 @@ AM_PROG_CC_C_O AC_PATH_PROG(VALGRIND_PATH, valgrind, no) AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno") +dnl check for gobject-introspection +GOBJECT_INTROSPECTION_CHECK([0.6.3]) + dnl check for documentation tools GTK_DOC_CHECK([1.3]) AS_PATH_PYTHON([2.1]) |