aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-11-19 04:59:14 -0300
committerdequis <dx@dxzone.com.ar>2016-11-19 04:59:14 -0300
commita7baf40947fe0904285a6f532850b51902da191c (patch)
treeaf9703e477ee449f969bfb7cc740633cebe1aad5 /configure
parentb4f496e7e9a22768f76c13b96deb1997bab55414 (diff)
Remove yahoo (the old protocol). Use funyahoo++ instead.
RIP The previous commit already handled the part of telling users.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure b/configure
index 0ec3c013..280408ee 100755
--- a/configure
+++ b/configure
@@ -34,7 +34,6 @@ configure_args="$@"
msn="default-on"
jabber="default-on"
oscar="default-on"
-yahoo="default-on"
twitter=1
purple=0
@@ -129,7 +128,6 @@ Option Description Default
--msn=0/1 Disable/enable MSN part $msn
--jabber=0/1 Disable/enable Jabber part $jabber
--oscar=0/1 Disable/enable Oscar part (ICQ, AIM) $oscar
---yahoo=0/1 Disable/enable Yahoo part $yahoo
--twitter=0/1 Disable/enable Twitter part $twitter
--purple=0/1 Disable/enable libpurple support $purple
@@ -816,7 +814,6 @@ EOF
[ "$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
@@ -861,14 +858,6 @@ else
protoobjs=$protoobjs'oscar_mod.o '
fi
-if [ "$yahoo" = 0 ]; then
- echo '#undef WITH_YAHOO' >> config.h
-else
- echo '#define WITH_YAHOO' >> config.h
- protocols=$protocols'yahoo '
- protoobjs=$protoobjs'yahoo_mod.o '
-fi
-
if [ "$twitter" = 0 ]; then
echo '#undef WITH_TWITTER' >> config.h
else