*fix* issue 260

git-svn-id: http://tint2.googlecode.com/svn/trunk@464 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85 2010-06-07 20:40:25 +00:00
parent 056246dd2d
commit 2b6fed2996

View file

@ -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