Hi all,

Actually, the change is not in configure.ac, but in the M4 macro which 
takes care of checking for openssl libs.

File: m4/sac-openssl.m4

22c22
<   if test $HAVE_OPENSSL = 1 ; then
---
 >   if test x$HAVE_OPENSSL = x1 ; then


Also, consider that if you modify configure.ac or Makefile.am you will 
need to re-run GNU autotools, and your changes in the configure script 
will be lost. Modifying autotools-generated configure script manually is 
never a good choice.


Cheers,
-Aleksander

On 20/10/08 23:00, Jerry Richards wrote:
>   Mikhail,
>
> I'm not familiar with the syntax for configure.ac, so I just patched it in
> the configure file.  I agree the most portable form should be used.
>
> Best Regards,
> Jerry
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 17, 2008 5:09 AM
> To: [EMAIL PROTECTED]; sofia-sip-devel@lists.sourceforge.net
> Subject: RE: [Sofia-sip-devel] sofia-sip/configure Script Error
>
>
>
>> -----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


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