summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-01-31 18:11:42 +0300
committermonsta <[email protected]>2017-01-31 18:11:42 +0300
commit51301f7cad17aa0817806e82e57c9bd403153290 (patch)
treeee0b7b29c7c89f1cbad565770b029fcbbde36a89 /configure.ac
parentcea24ed35ad7f5a22298fe6d921e30a34476ad11 (diff)
downloadcaja-51301f7cad17aa0817806e82e57c9bd403153290.tar.bz2
caja-51301f7cad17aa0817806e82e57c9bd403153290.tar.xz
eel: remove some code that seems to do nothing
ported from: https://git.gnome.org/browse/nautilus/commit/?id=3c749cf9da882043cc5a5cb938f8831831dec768
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 0eaa6bd9..0b1f58f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,6 @@ AC_DEFINE([HAVE_GTK_MULTIHEAD], [], [needed for egg-screen-exec functions])
AH_TEMPLATE([HAVE_STARTUP_NOTIFICATION])
AH_TEMPLATE([HAVE_EXIF])
-AH_TEMPLATE([HAVE_RENDER])
AM_GLIB_GNU_GETTEXT
GLIB_DEFINE_LOCALEDIR(MATELOCALEDIR)
@@ -264,19 +263,6 @@ AC_TRY_RUN([#include <time.h>
AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.])
)
-dnl ===========================================================================
-
-#
-# Checks for Xft/XRender
-#
-
-PKG_CHECK_MODULES([RENDER], [xrender xext], [have_render=yes], [have_render=no])
-if test x$have_render = xyes; then
- AC_DEFINE(HAVE_RENDER)
- AC_SUBST(RENDER_CFLAGS)
- AC_SUBST(RENDER_LIBS)
-fi
-
dnl ==========================================================================
dnl libegg