From b5a3e508987e72ae0e108f583575257f4df06220 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Wed, 10 May 2006 07:05:00 +0000 Subject: Remove extra space following -I which is not kind to Tru64 Unix C 2006-05-10 Harish Krishnaswamy * addressbook/libebook/libebook.pc.in, addressbook/libedata-book/libedata-book.pc.in, calendar/libecal/libecal.pc.in, calendar/libedata-cal/libedata-cal.pc.in, configure.in, evolution-data-server.pc.in, libedataserver/libedataserver.pc.in, servers/groupwise/libegroupwise.pc.in: Remove extra space following -I which is not kind to Tru64 Unix C compilers. Patch suggested by the Written Word. Fixes #271839. --- evolution-data-server.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evolution-data-server.pc.in') diff --git a/evolution-data-server.pc.in b/evolution-data-server.pc.in index 40b30f943..f02d32d78 100644 --- a/evolution-data-server.pc.in +++ b/evolution-data-server.pc.in @@ -10,7 +10,7 @@ privdatadir=@privdatadir@ execversion=@BASE_VERSION@ idldir=@idldir@ -IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ +IDL_INCLUDES=-I${idldir} @IDL_INCLUDES@ Name: evolution-data-server Description: The evolution data server for the calendar and addressbook -- cgit v1.2.1