From: Andreas Fink Date: Tue, 8 Jun 2010 07:58:45 +0000 (+0000) Subject: *fix* issue 260 the second X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=commitdiff_plain;h=0991149653809aafd8d9c8114d251781c3cfc78e *fix* issue 260 the second --- 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