From a949b43ed657154d4ff8492bbdb16202a1a9f22d Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 11 Mar 2018 16:33:55 -0300 Subject: Remove old skype plugin. Use the skypeweb purple plugin instead. RIP This plugin relied on the skype linux client, which doesn't work anymore. During login it just does exit(0) for mysterious reasons. I guess that's the server trying to say that it's not supported. This is officially dead now after a few years of kinda-almost-working. --- configure | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3f1769df..643e70f1 100755 --- a/configure +++ b/configure @@ -46,7 +46,6 @@ gcov=0 asan=0 plugins=1 otr=0 -skype=0 events=glib ssl=auto @@ -147,8 +146,6 @@ Option Description Default --plugins=0/1 Disable/enable plugins support $plugins --otr=0/1/auto/plugin Disable/enable OTR encryption support $otr ---skype=0/1/plugin - Disable/enable Skype support $skype --events=... Event handler (glib, libevent) $events --ssl=... SSL library to use (gnutls, nss, openssl, auto) @@ -752,16 +749,6 @@ elif [ "$otr" = "plugin" ]; then echo 'OTR_PI=otr.so' >> Makefile.settings fi -if [ "$skype" = "1" -o "$skype" = "plugin" ]; then - if [ "$arch" = "Darwin" ]; then - echo "SKYPEFLAGS=-dynamiclib -undefined dynamic_lookup" >> Makefile.settings - else - echo "SKYPEFLAGS=-fPIC -shared" >> Makefile.settings - fi - echo 'SKYPE_PI=skype.so' >> Makefile.settings - protocols_mods="$protocol_mods skype(plugin)" -fi - if [ -z "$PYTHON" ]; then PYTHON=python fi -- cgit v1.2.3