- Timestamp:
- 2016-11-21T07:49:26Z (8 years ago)
- Children:
- 7a9d968
- Parents:
- 537d9b9 (diff), 5a8afc3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r537d9b9 r3f44e43 36 36 jabber="default-on" 37 37 oscar="default-on" 38 yahoo="default-on"39 38 40 39 twitter=1 … … 133 132 --jabber=0/1 Disable/enable Jabber part $jabber 134 133 --oscar=0/1 Disable/enable Oscar part (ICQ, AIM) $oscar 135 --yahoo=0/1 Disable/enable Yahoo part $yahoo136 134 --twitter=0/1 Disable/enable Twitter part $twitter 137 135 … … 837 835 [ "$jabber" = "default-on" ] && jabber=0 838 836 [ "$oscar" = "default-on" ] && oscar=0 839 [ "$yahoo" = "default-on" ] && yahoo=0840 837 841 838 echo '#undef PACKAGE' >> config.h … … 880 877 protocols=$protocols'oscar ' 881 878 protoobjs=$protoobjs'oscar_mod.o ' 882 fi883 884 if [ "$yahoo" = 0 ]; then885 echo '#undef WITH_YAHOO' >> config.h886 else887 echo '#define WITH_YAHOO' >> config.h888 protocols=$protocols'yahoo '889 protoobjs=$protoobjs'yahoo_mod.o '890 879 fi 891 880
Note: See TracChangeset
for help on using the changeset viewer.