evolution-data-server r10033 - trunk



Author: tml
Date: Tue Feb  3 12:11:33 2009
New Revision: 10033
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=10033&view=rev

Log:
2009-02-03  Tor Lillqvist  <tml novell com>

	* configure.in: Use the more traditional and reliable
	AC_HELP_STRING instead of AS_HELP_STRING which doesn't work for me
	at least... And the file uses AC_HELP_STRING in all other places
	already anyway.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Feb  3 12:11:33 2009
@@ -1027,7 +1027,7 @@
 dnl **************************************************
 AC_MSG_CHECKING(if we should build the weather calendar backend)
 AC_ARG_WITH([weather], 
-  [AS_HELP_STRING([--with-weather], [Build the weather calendar backend (default=yes)])],
+  [AC_HELP_STRING([--with-weather], [Build the weather calendar backend (default=yes)])],
   [use_gweather=$withval], 
   [use_gweather=yes])
 if test $enable_calendar = no; then



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