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