All pastes #2058161 Raw Edit

phil

public text v1 · immutable
#2058161 ·published 2011-05-13 12:47 UTC
rendered paste body
From 84ba3e671a57805e9888b0e2bebb40087de84094 Mon Sep 17 00:00:00 2001From: Philippe Normand <pnormand@igalia.com>Date: Fri, 13 May 2011 14:44:50 +0200Subject: [PATCH] build: fix GDATA_CFLAGS for libgdata >= 0.7--- configure.ac |    2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/configure.ac b/configure.acindex 5ada54d..c021d9f 100644--- a/configure.ac+++ b/configure.ac@@ -153,7 +153,7 @@ if test "x$HAVE_GDATA" = "xyes"; then    gdata_version_major=`echo $gdata_version | awk -F. '{ print $1 }'`    gdata_version_minor=`echo $gdata_version | awk -F. '{ print $2 }'`    if test $gdata_version_major -eq 0 -a $gdata_version_minor -ge 7; then-      GDATA_CFLAGS+=" -DGDATA_API_SUBJECT_TO_CHANGE"+      GDATA_CFLAGS="$GDATA_CFLAGS -DGDATA_API_SUBJECT_TO_CHANGE"    fi fi -- 1.7.5