Hi,
anything wrong with this patch?
 -- Guido
commit 939c1e7ff5b33501cde377dd9e77d7a942f55196
Author: Guido Guenther <[EMAIL PROTECTED]>
Date:   Wed Mar 19 08:36:43 2008 +0100

    require gtk2 >= 2.10.0
    
    due to gtk_widget_is_composited which appeared first in that version

diff --git a/configure.ac b/configure.ac
index b4676d5..e83f6ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ VIRT_VIEWER_COMPILE_WARNINGS(maximum)
 
 PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= 2.6.0)
 PKG_CHECK_MODULES(LIBVIRT, libvirt >= 0.2.0)
-PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.2.0)
+PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.10.0)
 PKG_CHECK_MODULES(GTKVNC, gtk-vnc-1.0 >= 0.0.1)
 
 dnl --enable-plugin to enable the browser plugin.
_______________________________________________
et-mgmt-tools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

Reply via email to