]> Dogcows Code - chaz/tint2/commitdiff
*fix* issue 260
authorAndreas Fink <andreas.fink85@googlemail.com>
Mon, 7 Jun 2010 20:40:25 +0000 (20:40 +0000)
committerAndreas Fink <andreas.fink85@googlemail.com>
Mon, 7 Jun 2010 20:40:25 +0000 (20:40 +0000)
configure.ac

index a7bb9a61b521389e0a1ea958ca2ddd26d46ea69e..22f3a3a29710e4b10e72cb45f128a912848c4150 100644 (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
 
This page took 0.022053 seconds and 4 git commands to generate.