evolution-rss r377 - trunk



Author: lucilanga
Date: Wed Sep 24 18:49:41 2008
New Revision: 377
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=377&view=rev

Log:
2008-09-24  Lucian Langa  <lucilanga gnome org>

* configure.ac: add AC_PROG_CPP to
prevent circular dependency of
AC_LANG_COMPILER
* src/rss-config-factory.c: change
to PANGO_ELLIPSIZE_END when displaying
feeds list

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Sep 24 18:49:41 2008
@@ -14,6 +14,7 @@
 
 AC_PROG_CC
 AM_PROG_CC_C_O
+AC_PROG_CPP
 AC_REQUIRE_CPP
 AC_PATH_PROG(GPP, g++, no)
 if test "x$GPP" = "xno"; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]