I'm committing the attached patch to make pkg-config
check for Gtk+ 2.8 rather than 2.4.

Changelog:

2006-05-25  Andrew John Hughes  <[EMAIL PROTECTED]>

        * configure.ac:
        Make pkg-config check for GTK+ >= 2.8.

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

If you use Microsoft Office, support movement towards the end of vendor lock-in:
http://opendocumentfellowship.org/petition/

"Value your freedom, or you will lose it, teaches history. 
`Don't bother us with politics' respond those who don't want to learn." 
-- Richard Stallman

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.150
diff -u -3 -p -u -r1.150 configure.ac
--- configure.ac        25 May 2006 15:29:35 -0000      1.150
+++ configure.ac        25 May 2006 22:20:18 -0000
@@ -383,7 +383,7 @@ if test "x${COMPILE_JNI}" = xyes; then
     AC_CHECK_LIB([Xtst], [XTestQueryExtension], [true],
                  [AC_MSG_ERROR([libXtst NOT found, required for GdkRobot])],
                  [${X_LIBS}])
-    PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 gdk-pixbuf-2.0)
+    PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8 gthread-2.0 >= 2.2 gdk-pixbuf-2.0)
     PKG_CHECK_MODULES(FREETYPE2, freetype2)
     PKG_CHECK_MODULES(PANGOFT2, pangoft2)
 

Attachment: signature.asc
Description: Digital signature

Reply via email to