aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-06-30 01:29:01 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2011-06-30 01:29:01 +0200
commit66911fce6dc03b0af96c9e04975b6147ae27b6c7 (patch)
tree8c52c00f0786313c27883301c1f2cd288bcf89d6 /configure
parent2ff0f378570177fe42e4bf48b63bea52369f80e8 (diff)
configure: --skype=plugin -> --skype=1
Diffstat (limited to 'configure')
-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.'