- Timestamp:
- 2019-02-03T15:18:54Z (6 years ago)
- Branches:
- master
- Children:
- e17d0a4
- Parents:
- 9de451d
- git-author:
- dequis <dx@…> (03-02-19 15:18:17)
- git-committer:
- dequis <dx@…> (03-02-19 15:18:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r9de451d re5d2c56 34 34 # but not purple ones. 35 35 jabber="default-on" 36 oscar="default-on"37 36 38 37 twitter=1 … … 129 128 130 129 --jabber=0/1 Disable/enable Jabber part $jabber 131 --oscar=0/1 Disable/enable Oscar part (ICQ, AIM) $oscar132 130 --twitter=0/1 Disable/enable Twitter part $twitter 133 131 … … 859 857 # only disable these if the user didn't enable them explicitly 860 858 [ "$jabber" = "default-on" ] && jabber=0 861 [ "$oscar" = "default-on" ] && oscar=0862 859 863 860 echo '#undef PACKAGE' >> config.h … … 886 883 protocols=$protocols'jabber ' 887 884 protoobjs=$protoobjs'jabber_mod.o ' 888 fi889 890 if [ "$oscar" = 0 ]; then891 echo '#undef WITH_OSCAR' >> config.h892 else893 echo '#define WITH_OSCAR' >> config.h894 protocols=$protocols'oscar '895 protoobjs=$protoobjs'oscar_mod.o '896 885 fi 897 886
Note: See TracChangeset
for help on using the changeset viewer.