]> git.0d.be Git - empathy.git/commitdiff
Fix header collisions between clutter-gtk-0.10 and clutter-gtk-1.0
authorNirbheek Chauhan <nirbheek@gentoo.org>
Wed, 23 Feb 2011 15:25:49 +0000 (20:55 +0530)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 24 Feb 2011 10:44:05 +0000 (11:44 +0100)
Always include clutter-gtk-1.0 first to avoid header-include-path problems

https://bugzilla.gnome.org/show_bug.cgi?id=643078

configure.ac

index ef2e29a4eabee02c05e09eeaa4a38e4362902142..5ed244683e88d6777b6230de5d674ca8a69f99e1 100644 (file)
@@ -327,9 +327,9 @@ if test "x$enable_map" != "xno"; then
 
    PKG_CHECK_MODULES(LIBCHAMPLAIN,
     [
-       champlain-0.10
-       champlain-gtk-0.10
        clutter-gtk-1.0
+       champlain-gtk-0.10
+       champlain-0.10
     ], have_libchamplain="yes", have_libchamplain="no")
 
    if test "x$have_libchamplain" = "xyes"; then