Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r9ae8f82 ra7baf40  
    3535jabber="default-on"
    3636oscar="default-on"
    37 yahoo="default-on"
    3837
    3938twitter=1
     
    130129--jabber=0/1    Disable/enable Jabber part              $jabber
    131130--oscar=0/1     Disable/enable Oscar part (ICQ, AIM)    $oscar
    132 --yahoo=0/1     Disable/enable Yahoo part               $yahoo
    133131--twitter=0/1   Disable/enable Twitter part             $twitter
    134132
     
    817815        [ "$jabber" = "default-on" ] && jabber=0
    818816        [ "$oscar" = "default-on" ] && oscar=0
    819         [ "$yahoo" = "default-on" ] && yahoo=0
    820817
    821818        echo '#undef PACKAGE' >> config.h
     
    860857        protocols=$protocols'oscar '
    861858        protoobjs=$protoobjs'oscar_mod.o '
    862 fi
    863 
    864 if [ "$yahoo" = 0 ]; then
    865         echo '#undef WITH_YAHOO' >> config.h
    866 else
    867         echo '#define WITH_YAHOO' >> config.h
    868         protocols=$protocols'yahoo '
    869         protoobjs=$protoobjs'yahoo_mod.o '
    870859fi
    871860
Note: See TracChangeset for help on using the changeset viewer.