Use the more traditional and reliable AC_HELP_STRING instead of
authorTor Lillqvist <tml@novell.com>
Tue, 3 Feb 2009 12:11:33 +0000 (12:11 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 3 Feb 2009 12:11:33 +0000 (12:11 +0000)
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.

svn path=/trunk/; revision=10033

ChangeLog
configure.in

index a82ccc2..dec48fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
 2009-02-02  Srinivasa Ragavan  <sragavan@novell.com>
 
        * NEWS: Evolution Data Server 2.25.90 release
index b1dce25..79d7d98 100644 (file)
@@ -1027,7 +1027,7 @@ dnl Weather calendar backend support
 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