From a7baf40947fe0904285a6f532850b51902da191c Mon Sep 17 00:00:00 2001 From: dequis Date: Sat, 19 Nov 2016 04:59:14 -0300 Subject: Remove yahoo (the old protocol). Use funyahoo++ instead. RIP The previous commit already handled the part of telling users. --- configure | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3