]> Dogcows Code - chaz/tint2/blobdiff - configure.ac
*fix* issue 260 the second
[chaz/tint2] / configure.ac
index e6d38fb055808d91e323951e4aab2771b6e5ad1f..796477ea5aff88ad51fb2e317da54c83d928d3ff 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.61])
-AC_INIT([tint2], [0.10-beta1], [http://code.google.com/p/tint2/issues])
+AC_INIT([tint2], [0.10-svn], [http://code.google.com/p/tint2/issues])
 
 AM_INIT_AUTOMAKE
 
@@ -123,6 +123,10 @@ 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])])
+       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
This page took 0.021699 seconds and 4 git commands to generate.