Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r17f6079 r417002e  
    3636plugins=1
    3737otr=0
    38 skype=0
    3938
    4039events=glib
     
    8483--otr=0/1/auto/plugin
    8584                Disable/enable OTR encryption support   $otr
    86 --skype=0/1/plugin
    87                 Disable/enable Skype support            $skype
    8885
    8986--events=...    Event handler (glib, libevent)          $events
     
    112109ipcsocket=`eval echo "$ipcsocket" | sed 's/\/\{1,\}/\//g'`
    113110pcdir=`eval echo "$pcdir" | sed 's/\/\{1,\}/\//g'`
    114 
    115 protocols_mods=""
    116111
    117112cat<<EOF>Makefile.settings
     
    543538fi
    544539
    545 if [ "$skype" = "1" -o "$skype" = "plugin" ]; then
    546         echo 'SKYPE_PI=skype.so' >> Makefile.settings
    547         protocols_mods="$protocol_mods skype(plugin)"
    548 fi
    549 
    550540if [ ! -e doc/user-guide/help.txt ] && ! type xmlto > /dev/null 2> /dev/null; then
    551541        echo
     
    761751
    762752if [ -n "$protocols" ]; then
    763         echo '  Building with these protocols:' $protocols$protocols_mods
     753        echo '  Building with these protocols:' $protocols
    764754        case "$protocols" in
    765755        *purple*)
Note: See TracChangeset for help on using the changeset viewer.