From 0991149653809aafd8d9c8114d251781c3cfc78e Mon Sep 17 00:00:00 2001 From: Andreas Fink Date: Tue, 8 Jun 2010 07:58:45 +0000 Subject: [PATCH] *fix* issue 260 the second --- 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 -- 2.44.0