>-----Original Message-----
>From: ext Jerry Richards [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, October 16, 2008 10:10 PM
>To: sofia-sip-devel@lists.sourceforge.net
>Subject: [Sofia-sip-devel] sofia-sip/configure Script Error
>
>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.

1) Did you fix it in configure.ac? This is the source for configure.
2) For maximum portability, the line should be like:
if test "x$HAVE_OPENSSL" = x1; then

Best regards,
  Mikhail

-------------------------------------------------------------------------
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