From 4d45b02f6930ef0f97096deb5f70d62252dc7f95 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 23 Feb 2011 20:55:49 +0530 Subject: Fix header collisions between clutter-gtk-0.10 and clutter-gtk-1.0 Always include clutter-gtk-1.0 first to avoid header-include-path problems https://bugzilla.gnome.org/show_bug.cgi?id=643078 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ef2e29a4e..5ed244683 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3