aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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.'