From 56820c4fd6d54b2f6a5ff4bf391461792ce42834 Mon Sep 17 00:00:00 2001 From: Andreas Fink Date: Mon, 7 Jun 2010 20:40:25 +0000 Subject: [PATCH] *fix* issue 260 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a7bb9a6..22f3a3a 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,8 @@ then [AC_MSG_ERROR([gtk+-2.x is missing or not built with X support])]) AC_CHECK_LIB([gthread-2.0], [g_thread_init], [], [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])]) TINT2CONF_LIBS="${LIBS} ${PTHREAD_LIB} ${GLIB2_LIB} ${GOBJECT2_LIB} ${IMLIB2_LIBS}" LIBS=$LIBS_SAVED -- 2.44.0