diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index a285ad9..4a7bc86 100644 --- a/configure.ac +++ b/configure.ac @@ -116,12 +116,6 @@ AC_SUBST(DBUSMENUTESTS_LIBS) GOBJECT_INTROSPECTION_CHECK([0.6.7]) -PKG_CHECK_EXISTS([gobject-introspection-1.0 >= 0.10], - introspection_ten=yes, - introspection_ten=no) - -AM_CONDITIONAL(INTROSPECTION_TEN, [test "x$introspection_ten" = "xyes"]) - ########################### # Vala API Generation ########################### |