diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 31d1340..1cb4bd4 100644 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,14 @@ AC_SUBST(COVERAGE_CFLAGS) AC_SUBST(COVERAGE_CXXFLAGS) AC_SUBST(COVERAGE_LDFLAGS) +dnl = GObject Introspection =================================================== + +GOBJECT_INTROSPECTION_CHECK([0.6.7]) + +dnl = Vala API Generation ===================================================== + +AC_PATH_PROG([VALA_API_GEN], [vapigen]) + dnl = Google Test Framework =================================================== m4_include([m4/gtest.m4]) @@ -152,6 +160,7 @@ echo " ===============================" echo "" echo " Prefix : ${prefix}" echo " gcov : ${use_gcov}" +echo " introspection: ${enable_introspection}" echo "" echo " Documentation: ${enable_gtk_doc}" echo "" |