Hello,

I'm not sure if anyone noticed this also, but I found that line #26605
(v.1.12.9) of the sofia-sip/configure script gets an error, complaining that
it expects a unary operator.  So I modified the line in the following way
and the error is corrected:

CHANGE:  if test $HAVE_OPENSSL = 1 ; then
TO:      if test $HAVE_OPENSSL ; then

I'm not sure if this is just my environment, or if others are getting this
error also.

Best Regards,
Jerry


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to