On Tue, Apr 1, 2008 at 6:50 PM, Pekka Pessi <[EMAIL PROTECTED]> wrote:

> Thanks for the patch. Please note that configure is generated from
> configure.ac and assorted m4 files in m4 directory, which should be
> fixed instead of configure.
>

Oops... zero knowledge in autotools causes this, sorry.. :)
Hopefully this is the right one:


--- sac-general.m4.orig 2008-01-17 12:45:31.000000000 -0200
+++ sac-general.m4      2008-04-02 08:32:20.000000000 -0300
@@ -325,7 +325,7 @@
 AC_ARG_ENABLE(ndebug,
 [  --enable-ndebug         compile with NDEBUG [[disabled]]],
  , enable_ndebug=no)
-AM_CONDITIONAL(NDEBUG, test x$enable_ndebug = yes)
+AM_CONDITIONAL(NDEBUG, test x$enable_ndebug = xyes)
 ])

 dnl ======================================================================
@@ -339,7 +339,7 @@
 if test $enable_expensive_checks != no; then
 AC_SUBST([TESTS_ENVIRONMENT], [EXPENSIVE_CHECKS=1])
 fi
-AM_CONDITIONAL(EXPENSIVE_CHECKS, test x$enable_expensive_checks != no)
+AM_CONDITIONAL(EXPENSIVE_CHECKS, test x$enable_expensive_checks != xno)
 ])


>
> I think your assertion problem has been fixed in the darcs version, I
> think it was caused by a glare problem (re-INVITE sent by both
> end-points simultaneously) that was not detected correctly. In the
> current code, glare detection has been fixed and the assertion
> removed.

Great. As soon as I can, I'll give it a try.
Thanks a lot.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to