Changeset e5d2c56 for configure


Ignore:
Timestamp:
2019-02-03T15:18:54Z (5 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
e17d0a4
Parents:
9de451d
git-author:
dequis <dx@…> (03-02-19 15:18:17)
git-committer:
dequis <dx@…> (03-02-19 15:18:54)
Message:

Remove OSCAR since both ICQ and AIM are dead

RIP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r9de451d re5d2c56  
    3434# but not purple ones.
    3535jabber="default-on"
    36 oscar="default-on"
    3736
    3837twitter=1
     
    129128
    130129--jabber=0/1    Disable/enable Jabber part              $jabber
    131 --oscar=0/1     Disable/enable Oscar part (ICQ, AIM)    $oscar
    132130--twitter=0/1   Disable/enable Twitter part             $twitter
    133131
     
    859857        # only disable these if the user didn't enable them explicitly
    860858        [ "$jabber" = "default-on" ] && jabber=0
    861         [ "$oscar" = "default-on" ] && oscar=0
    862859
    863860        echo '#undef PACKAGE' >> config.h
     
    886883        protocols=$protocols'jabber '
    887884        protoobjs=$protoobjs'jabber_mod.o '
    888 fi
    889 
    890 if [ "$oscar" = 0 ]; then
    891         echo '#undef WITH_OSCAR' >> config.h
    892 else
    893         echo '#define WITH_OSCAR' >> config.h
    894         protocols=$protocols'oscar '
    895         protoobjs=$protoobjs'oscar_mod.o '
    896885fi
    897886
Note: See TracChangeset for help on using the changeset viewer.