Changes in configure [417002e:17f6079]
Legend:
- Unmodified
- Added
- Removed
-
configure
r417002e r17f6079 36 36 plugins=1 37 37 otr=0 38 skype=0 38 39 39 40 events=glib … … 83 84 --otr=0/1/auto/plugin 84 85 Disable/enable OTR encryption support $otr 86 --skype=0/1/plugin 87 Disable/enable Skype support $skype 85 88 86 89 --events=... Event handler (glib, libevent) $events … … 109 112 ipcsocket=`eval echo "$ipcsocket" | sed 's/\/\{1,\}/\//g'` 110 113 pcdir=`eval echo "$pcdir" | sed 's/\/\{1,\}/\//g'` 114 115 protocols_mods="" 111 116 112 117 cat<<EOF>Makefile.settings … … 538 543 fi 539 544 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 540 550 if [ ! -e doc/user-guide/help.txt ] && ! type xmlto > /dev/null 2> /dev/null; then 541 551 echo … … 751 761 752 762 if [ -n "$protocols" ]; then 753 echo ' Building with these protocols:' $protocols 763 echo ' Building with these protocols:' $protocols$protocols_mods 754 764 case "$protocols" in 755 765 *purple*)
Note: See TracChangeset
for help on using the changeset viewer.