diff options
author | montellese <montellese@xbmc.org> | 2012-10-08 12:10:18 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-10-08 12:10:18 +0200 |
commit | e5bbb0f5c8a05b33b35b698c9046a057c9af4e62 (patch) | |
tree | 6904a3eea9385592966757a9bf72a76a9702b0fb /configure.in | |
parent | f13566bcffb910877df94e71450079056baf8834 (diff) |
[linux] fix description for --disable-ssh switch in configure.in
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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]) |