diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-06-30 01:29:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2011-06-30 01:29:01 +0200 |
commit | 66911fce6dc03b0af96c9e04975b6147ae27b6c7 (patch) | |
tree | 8c52c00f0786313c27883301c1f2cd288bcf89d6 /configure | |
parent | 2ff0f378570177fe42e4bf48b63bea52369f80e8 (diff) |
configure: --skype=plugin -> --skype=1
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.' |