From: Glenn Morris Date: Wed, 3 Jun 2015 00:19:06 +0000 (-0400) Subject: * configure.ac [HAVE_GTK3]: Remove USE_CAIRO that gets reset later. X-Git-Tag: emacs-25.0.90~1891 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73dee110de8a1adb25fd67a0089941512d08d6e4;p=emacs.git * configure.ac [HAVE_GTK3]: Remove USE_CAIRO that gets reset later. --- diff --git a/configure.ac b/configure.ac index a9fe0952b16..2df3852f7c6 100644 --- a/configure.ac +++ b/configure.ac @@ -2408,7 +2408,6 @@ if test "${opsys}" != "mingw32"; then AC_DEFINE(HAVE_GTK3, 1, [Define to 1 if using GTK 3 or later.]) GTK_OBJ=emacsgtkfixed.o gtk_term_header=gtkutil.h - USE_CAIRO=yes USE_GTK_TOOLKIT="GTK3" if test "x$ac_enable_gtk_deprecation_warnings" = x; then AC_DEFINE([GDK_DISABLE_DEPRECATION_WARNINGS], [1],