[Freeassociation-devel] [FA-commits] SF.net SVN: freeassociation:[910] trunk/libical/configure.in
Suman Manjunath
manjunath.suman at gmail.com
Wed Jan 7 22:27:20 PST 2009
On Thu, Jan 8, 2009 at 10:30, IGnatius T Foobar
<room_freeassociation-devel at uncensored.citadel.org> wrote:
>
> Suman: I'm now getting this error after applying your patch:
>
> checking if icalerror calls should abort instead of internally signalling
> an error... ./configure: line 19513: syntax error near unexpected token
> `icalerrors-are-fatal,'
> ./configure: line 19513: `AC_ARG_DISABLE(icalerrors-are-fatal,'
>
> It seems that the macro AC_ARG_DISABLE is actually appearing in
> 'configure'. What am I doing wrong?
hmm.. The AC_ARG_DISABLE macro should not be used I see (obsoleted??).
I am extremely sorry for the trouble. This patch fixes it.
Index: configure.in
===================================================================
--- configure.in (revision 910)
+++ configure.in (working copy)
@@ -192,7 +192,7 @@
dnl ICAL_ERRORS_ARE_FATAL
dnl **************************************************
AC_MSG_CHECKING(if icalerrors_* calls should abort instead of
internally signalling an error)
-AC_ARG_DISABLE(icalerrors-are-fatal,
+AC_ARG_ENABLE(icalerrors-are-fatal,
[ --enable-icalerrors-are-fatal define ICAL_ERRORS_ARE_FATAL
to make icalerror_* calls fatal],
[ case "${enableval}" in
yes)
It still is 'nonfatal' by default.
Again, sorry for the trouble.
-Suman
More information about the libical-devel
mailing list