aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2012-10-08 12:10:18 +0200
committermontellese <montellese@xbmc.org>2012-10-08 12:10:18 +0200
commite5bbb0f5c8a05b33b35b698c9046a057c9af4e62 (patch)
tree6904a3eea9385592966757a9bf72a76a9702b0fb /configure.in
parentf13566bcffb910877df94e71450079056baf8834 (diff)
[linux] fix description for --disable-ssh switch in configure.in
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ef5c116758..95171f8cd9 100644
--- a/configure.in
+++ b/configure.in
@@ -334,7 +334,7 @@ AC_ARG_ENABLE([pulse],
AC_ARG_ENABLE([ssh],
[AS_HELP_STRING([--disable-ssh],
- [enable SSH SFTP support (default is enabled)])],
+ [disable SSH SFTP support (default is enabled)])],
[use_ssh=$enableval],
[use_ssh=yes])