aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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])