From 66911fce6dc03b0af96c9e04975b6147ae27b6c7 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 30 Jun 2011 01:29:01 +0200 Subject: configure: --skype=plugin -> --skype=1 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 535ca0d3..367dd44c 100755 --- a/configure +++ b/configure @@ -540,7 +540,7 @@ elif [ "$otr" = "plugin" ]; then echo 'OTR_PI=otr.so' >> Makefile.settings fi -if [ "$skype" = "plugin" ]; then +if [ "$skype" = "1" ]; then echo 'SKYPE_PI=skype.so' >> Makefile.settings fi @@ -746,7 +746,7 @@ else echo ' Off-the-Record (OTR) Messaging disabled.' fi -if [ "$skype" = "plugin" ]; then +if [ "$skype" = "1" ]; then echo ' Skype enabled (as a plugin).' else echo ' Skype disabled.' -- cgit v1.2.3