aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-02-23 23:25:49 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-24 18:44:05 +0800
commit4d45b02f6930ef0f97096deb5f70d62252dc7f95 (patch)
tree5ffb45782e7b30db8be2e01a1e56a88e5825d8f8
parent33b6ee49a826c72e8a872bc9a98ef5015bca638a (diff)
downloadgsoc2013-empathy-4d45b02f6930ef0f97096deb5f70d62252dc7f95.tar
gsoc2013-empathy-4d45b02f6930ef0f97096deb5f70d62252dc7f95.tar.gz
gsoc2013-empathy-4d45b02f6930ef0f97096deb5f70d62252dc7f95.tar.bz2
gsoc2013-empathy-4d45b02f6930ef0f97096deb5f70d62252dc7f95.tar.lz
gsoc2013-empathy-4d45b02f6930ef0f97096deb5f70d62252dc7f95.tar.xz
gsoc2013-empathy-4d45b02f6930ef0f97096deb5f70d62252dc7f95.tar.zst
gsoc2013-empathy-4d45b02f6930ef0f97096deb5f70d62252dc7f95.zip
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
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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