From bb26d9d4fdf53a6b7e76ac4b16a4a9ddeab0970f Mon Sep 17 00:00:00 2001 From: "Andreas.Fink85" Date: Tue, 8 Jun 2010 07:58:45 +0000 Subject: [PATCH] *fix* issue 260 the second git-svn-id: http://tint2.googlecode.com/svn/trunk@465 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 22f3a3a..796477e 100644 --- a/configure.ac +++ b/configure.ac @@ -125,6 +125,9 @@ then [AC_MSG_ERROR([libgthread-2.0 is missing, usually provided by glib-2.x])]) AC_CHECK_LIB([gdk-x11-2.0], [gdk_window_get_state], [], [AC_MSG_ERROR([gdk-x11-2.0 is missing, usually provided by gtk+-2.x])]) + AC_CHECK_LIB([Xrender], [XRenderComposite], [], + [AC_MSG_ERROR([XRender is missing])]) + TINT2CONF_LIBS="${LIBS} ${PTHREAD_LIB} ${GLIB2_LIB} ${GOBJECT2_LIB} ${IMLIB2_LIBS}" LIBS=$LIBS_SAVED