commit 825e857d48f4a67ee24c33a9f6d4ea3f374a041f
Author: Christophe Fergeau <cferg...@mandriva.com>
Date:   Sun Mar 28 21:28:08 2010 +0200

    [mono] check for gtk-sharp-2.0 instead of gdk-sharp-2.0
    
    gdk-sharp-2.0 doesn't seem to be available on all distros

 m4/mono.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/m4/mono.m4 b/m4/mono.m4
index 9b6b30a..b9b9707 100644
--- a/m4/mono.m4
+++ b/m4/mono.m4
@@ -47,7 +47,7 @@ AC_DEFUN([CHECK_GLIB_GTK_SHARP],
 [
         found_gtksharp="yes"
        PKG_CHECK_MODULES(GDKSHARP,
-               gdk-sharp-2.0 >= $GTK_SHARP_MIN_VERSION, [], 
found_gtksharp="no")
+               gtk-sharp-2.0 >= $GTK_SHARP_MIN_VERSION, [], 
found_gtksharp="no")
        AC_SUBST(GDKSHARP_LIBS)
 
        PKG_CHECK_MODULES(GLIBSHARP,

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to