aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2016-02-22 15:07:09 -0600
committerDan Williams <dcbw@redhat.com>2016-02-22 15:07:09 -0600
commit29040c205f8391734ddb3af2f3e93d5419a5f060 (patch)
treec19b00b3ad3e91b733270d67a4983d2fac731bb8 /configure.ac
parent1398225fea8d3d4143a5b167ad17e1dddfaf3916 (diff)
downloadlibdbusmenu-29040c205f8391734ddb3af2f3e93d5419a5f060.tar.gz
libdbusmenu-29040c205f8391734ddb3af2f3e93d5419a5f060.tar.bz2
libdbusmenu-29040c205f8391734ddb3af2f3e93d5419a5f060.zip
gtk: fix some GTKv3 deprecations and get rid of HAVE_GTK3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 81cbb99..ff12a43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,6 @@ AS_IF([test "x$with_gtk" = x3],
glib-2.0 >= $GLIB_REQUIRED_VERSION,
[have_gtk=yes]
)
- AC_DEFINE(HAVE_GTK3, 1, [whether gtk3 is available])
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(DBUSMENUGTK, gtk+-2.0 >= $GTK_REQUIRED_VERSION