diff options
author | raveit65 <[email protected]> | 2016-03-22 20:15:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-22 20:15:12 +0100 |
commit | f9221b85ca81f34dc6eb258c6b160bf88ef0d7ea (patch) | |
tree | 70902289fea7c868d969fadf60a19f19050ab2b0 /configure.ac | |
parent | b6684bd302bd6794771eb2569b2b7b1539f8be09 (diff) | |
download | mate-panel-f9221b85ca81f34dc6eb258c6b160bf88ef0d7ea.tar.bz2 mate-panel-f9221b85ca81f34dc6eb258c6b160bf88ef0d7ea.tar.xz |
use gtk+-3.20 custom bg fixixes only for > gtk+-3.18 and > glib-2.42
This fixes also distcheck
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b9e2e948..970a72eb 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,6 @@ case "$with_gtk" in esac AC_SUBST(GTK_API_VERSION) -AM_CONDITIONAL([HAVE_GTK3], [test "x$GTK_API_VERSION" = "x3.0"]) dnl pkg-config dependency checks PKG_CHECK_MODULES(EGG_SMCLIENT, ice sm gtk+-$GTK_API_VERSION) |