Changes in configure [9ae8f82:a7baf40]
Legend:
- Unmodified
- Added
- Removed
-
configure
r9ae8f82 ra7baf40 35 35 jabber="default-on" 36 36 oscar="default-on" 37 yahoo="default-on"38 37 39 38 twitter=1 … … 130 129 --jabber=0/1 Disable/enable Jabber part $jabber 131 130 --oscar=0/1 Disable/enable Oscar part (ICQ, AIM) $oscar 132 --yahoo=0/1 Disable/enable Yahoo part $yahoo133 131 --twitter=0/1 Disable/enable Twitter part $twitter 134 132 … … 817 815 [ "$jabber" = "default-on" ] && jabber=0 818 816 [ "$oscar" = "default-on" ] && oscar=0 819 [ "$yahoo" = "default-on" ] && yahoo=0820 817 821 818 echo '#undef PACKAGE' >> config.h … … 860 857 protocols=$protocols'oscar ' 861 858 protoobjs=$protoobjs'oscar_mod.o ' 862 fi863 864 if [ "$yahoo" = 0 ]; then865 echo '#undef WITH_YAHOO' >> config.h866 else867 echo '#define WITH_YAHOO' >> config.h868 protocols=$protocols'yahoo '869 protoobjs=$protoobjs'yahoo_mod.o '870 859 fi 871 860
Note: See TracChangeset
for help on using the changeset viewer.