diff options
author | Alexander van der Meij <[email protected]> | 2015-12-28 10:59:43 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-20 20:44:09 +0300 |
commit | be722bbe7c5cc68329c4431b533708f625c0472b (patch) | |
tree | af21cdc6fe889cd788fe23807465700c3a7035c6 | |
parent | f335d66a7c09ebe0f4b342a2afe84dfbad52ac2e (diff) | |
download | mate-settings-daemon-be722bbe7c5cc68329c4431b533708f625c0472b.tar.bz2 mate-settings-daemon-be722bbe7c5cc68329c4431b533708f625c0472b.tar.xz |
remove extra glib version check from build conf
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 03d782a..b2e9fe7 100644 --- a/configure.ac +++ b/configure.ac @@ -48,13 +48,6 @@ AS_AC_EXPAND(LIBEXECDIR, "$libexecdir") MSD_INTLTOOL_PLUGIN_RULE='%.mate-settings-plugin: %.mate-settings-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' AC_SUBST([MSD_INTLTOOL_PLUGIN_RULE]) - -# GLib min/max required versions -AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], - [Warn on use of APIs added after GLib 2.36]) -AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], - [Warn on use of APIs deprecated before GLib 2.36]) - dnl Unconditionally use this dir to avoid a circular dep with matecc MATE_KEYBINDINGS_KEYSDIR="${datadir}/mate-control-center/keybindings" AC_SUBST(MATE_KEYBINDINGS_KEYSDIR) |