- Timestamp:
- 2018-01-10T03:05:23Z (7 years ago)
- Branches:
- master
- Children:
- d168091
- Parents:
- 4a9c6b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r4a9c6b0 r7ec2ce8 33 33 # Otherwise, if it's still default-on, it gets included in normal builds, 34 34 # but not purple ones. 35 msn="default-on"36 35 jabber="default-on" 37 36 oscar="default-on" … … 130 129 --verbose=0/1 Disable/enable verbose build $verbose 131 130 132 --msn=0/1 Disable/enable MSN part $msn133 131 --jabber=0/1 Disable/enable Jabber part $jabber 134 132 --oscar=0/1 Disable/enable Oscar part (ICQ, AIM) $oscar … … 846 844 847 845 # only disable these if the user didn't enable them explicitly 848 [ "$msn" = "default-on" ] && msn=0849 846 [ "$jabber" = "default-on" ] && jabber=0 850 847 [ "$oscar" = "default-on" ] && oscar=0 … … 868 865 done 869 866 esac 870 871 if [ "$msn" = 0 ]; then872 echo '#undef WITH_MSN' >> config.h873 else874 echo '#define WITH_MSN' >> config.h875 protocols=$protocols'msn '876 protoobjs=$protoobjs'msn_mod.o '877 fi878 867 879 868 if [ "$jabber" = 0 ]; then
Note: See TracChangeset
for help on using the changeset viewer.