aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2018-03-11 16:33:55 -0300
committerdequis <dx@dxzone.com.ar>2018-03-11 16:33:55 -0300
commita949b43ed657154d4ff8492bbdb16202a1a9f22d (patch)
treeda8fcbf57e0abb4af60ceccf15b1b2358c9cdd74 /configure
parent8167346dd5d87b0bc53c7e396577e19e586954fe (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 0 insertions, 13 deletions
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