aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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