diff options
author | Marius Halden <marius.h@lden.org> | 2016-04-12 00:29:06 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-05-07 14:31:03 +0200 |
commit | 0f56b8dc9e8ddbec1cf7cacd35a782cbfbd6186c (patch) | |
tree | 767c3ea3c743f51040638fb0dc80045fc985ec3c /configure | |
parent | ecda1fce37c21bf6925f8bb67135f15cbf22f8aa (diff) |
Allow purple and default plugins
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -816,13 +816,13 @@ EOF protoobjs=$protoobjs'purple_mod.o ' # only disable these if the user didn't enable them explicitly - [ "$msn" = "default-on" ] && msn=0 - [ "$jabber" = "default-on" ] && jabber=0 - [ "$oscar" = "default-on" ] && oscar=0 - [ "$yahoo" = "default-on" ] && yahoo=0 + #[ "$msn" = "default-on" ] && msn=0 + #[ "$jabber" = "default-on" ] && jabber=0 + #[ "$oscar" = "default-on" ] && oscar=0 + #[ "$yahoo" = "default-on" ] && yahoo=0 - echo '#undef PACKAGE' >> config.h - echo '#define PACKAGE "BitlBee-LIBPURPLE"' >> config.h + #echo '#undef PACKAGE' >> config.h + #echo '#define PACKAGE "BitlBee-LIBPURPLE"' >> config.h if [ "$events" = "libevent" ]; then echo 'Warning: Some libpurple modules (including msn-pecan) do their event handling' |