From 370899f9368cdcb0bb43fd1510b0ea44c08027ec Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 12 Apr 2011 02:16:35 +0200 Subject: Add build system support for building the skype plugin --- configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 77dc560a..535ca0d3 100755 --- a/configure +++ b/configure @@ -35,6 +35,7 @@ strip=1 gcov=0 plugins=1 otr=0 +skype=0 events=glib ldap=0 @@ -82,6 +83,8 @@ Option Description Default --plugins=0/1 Disable/enable plugins support $plugins --otr=0/1/auto/plugin Disable/enable OTR encryption support $otr +--skype=0/plugin + Disable/enable Skype support $skype --events=... Event handler (glib, libevent) $events --ssl=... SSL library to use (gnutls, nss, openssl, bogus, auto) @@ -537,6 +540,10 @@ elif [ "$otr" = "plugin" ]; then echo 'OTR_PI=otr.so' >> Makefile.settings fi +if [ "$skype" = "plugin" ]; then + echo 'SKYPE_PI=skype.so' >> Makefile.settings +fi + if [ ! -e doc/user-guide/help.txt ] && ! type xmlto > /dev/null 2> /dev/null; then echo echo 'WARNING: Building from an unreleased source tree without prebuilt helpfile.' @@ -739,6 +746,12 @@ else echo ' Off-the-Record (OTR) Messaging disabled.' fi +if [ "$skype" = "plugin" ]; then + echo ' Skype enabled (as a plugin).' +else + echo ' Skype disabled.' +fi + if [ -n "$systemdsystemunitdir" ]; then echo ' systemd enabled.' else -- cgit v1.2.3