Changeset 4e3df8a


Ignore:
Timestamp:
2011-02-24T18:50:18Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
bb8d7d1
Parents:
da60f28
Message:

More discouraging words on libpurple. Too many people seem to be using it
with no good reason.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rda60f28 r4e3df8a  
    729729echo '  Using event handler: '$events
    730730echo '  Using SSL library: '$ssl
    731 echo '  Building with these storage backends: '$STORAGES
     731#echo '  Building with these storage backends: '$STORAGES
    732732
    733733if [ -n "$protocols" ]; then
    734734        echo '  Building with these protocols:' $protocols
     735        case "$protocols" in
     736        *purple*)
     737                echo "    Note that BitlBee-libpurple is supported on a best-effort basis. It's"
     738                echo "    not *fully* compatible with normal BitlBee. Don't use it unless you"
     739                echo "    absolutely need it (i.e. support for a certain protocol or feature)."
     740        esac
    735741else
    736742        echo '  Building without IM-protocol support. We wish you a lot of fun...'
Note: See TracChangeset for help on using the changeset viewer.