Changeset 54c5ca1


Ignore:
Timestamp:
2005-12-17T12:38:07Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
afe0764
Parents:
dd9a51b
Message:

Hmmm, a WARNING followed by "exit 1".. That doesn't really make sense.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rdd9a51b r54c5ca1  
    252252        if [ "$ret" = "0" ]; then
    253253                echo
    254                 echo 'WARNING: Could not find a suitable SSL library (GnuTLS, libnss or OpenSSL).'
    255                 echo '         This is necessary for MSN and full Jabber support. To continue,'
    256                 echo '         install a suitable SSL library or disable MSN support (--msn=0).'
    257                 echo '         If you want Jabber without SSL support you can try --ssl=bogus.'
     254                echo 'ERROR: Could not find a suitable SSL library (GnuTLS, libnss or OpenSSL).'
     255                echo '       This is necessary for MSN and full Jabber support. To continue,'
     256                echo '       install a suitable SSL library or disable MSN support (--msn=0).'
     257                echo '       If you want Jabber without SSL support you can try --ssl=bogus.'
    258258               
    259259                exit 1;
Note: See TracChangeset for help on using the changeset viewer.