- Timestamp:
- 2011-07-24T12:50:21Z (13 years ago)
- Branches:
- master
- Children:
- c8b8c83
- Parents:
- b518cdc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rb518cdc r17f6079 84 84 --otr=0/1/auto/plugin 85 85 Disable/enable OTR encryption support $otr 86 --skype=0/ plugin86 --skype=0/1/plugin 87 87 Disable/enable Skype support $skype 88 88 … … 112 112 ipcsocket=`eval echo "$ipcsocket" | sed 's/\/\{1,\}/\//g'` 113 113 pcdir=`eval echo "$pcdir" | sed 's/\/\{1,\}/\//g'` 114 115 protocols_mods="" 114 116 115 117 cat<<EOF>Makefile.settings … … 541 543 fi 542 544 543 if [ "$skype" = "1" ]; then545 if [ "$skype" = "1" -o "$skype" = "plugin" ]; then 544 546 echo 'SKYPE_PI=skype.so' >> Makefile.settings 547 protocols_mods="$protocol_mods skype(plugin)" 545 548 fi 546 549 … … 747 750 fi 748 751 749 if [ "$skype" = "1" ]; then750 echo ' Skype enabled (as a plugin).'751 else752 echo ' Skype disabled.'753 fi754 755 752 if [ -n "$systemdsystemunitdir" ]; then 756 753 echo ' systemd enabled.' … … 764 761 765 762 if [ -n "$protocols" ]; then 766 echo ' Building with these protocols:' $protocols 763 echo ' Building with these protocols:' $protocols$protocols_mods 767 764 case "$protocols" in 768 765 *purple*)
Note: See TracChangeset
for help on using the changeset viewer.