summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-23 15:17:33 +0100
committerinfirit <[email protected]>2014-11-23 15:17:33 +0100
commit9bdf26a667fdb91c2aaa326b946e058677d97a0d (patch)
treedd0bc647d5abe884810665e8ada535f094584af7 /configure.ac
parent960af03507bc3e49d7aa45f0acc228cb25577d99 (diff)
downloadmate-panel-9bdf26a667fdb91c2aaa326b946e058677d97a0d.tar.bz2
mate-panel-9bdf26a667fdb91c2aaa326b946e058677d97a0d.tar.xz
Revert "gir: Require g-i 0.9.5 and stop using deprecated --strip-prefix option"
This reverts commit 24e90fe2904ea0783562e64ef6981fc83373604f.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 36a18ef6..56be8ca1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
MATE_COMPILE_WARNINGS(maximum)
# Check for introspection
-GOBJECT_INTROSPECTION_CHECK([0.9.5])
+GOBJECT_INTROSPECTION_CHECK([0.6.7])
m4_pattern_allow([AM_V_GEN])dnl Make autoconf not complain about the rule below
PANEL_INTLTOOL_MATE_PANEL_APPLET_RULE='%.mate-panel-applet: %.mate-panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(AM_V_GEN) LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'