diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2013-12-10 11:26:28 +0200 |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2014-04-30 08:27:28 +0100 |
commit | a6c3c774da479a2bcbc4597b156d77b967602669 (patch) | |
tree | c27f6605b253cdb922557c462135a355b3847622 /configure.ac | |
parent | 7db881a927d1cdaff59cc9c9c029f04db60f1531 (diff) | |
download | gvfs-a6c3c774da479a2bcbc4597b156d77b967602669.tar.gz |
build: Fix typo
The FTP backend is always enabled regardless of the state of HTTP/DAV so
don't include it in the message at the end of configure.
https://bugzilla.gnome.org/show_bug.cgi?id=722354
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fb02ba92..44130adf 100644 --- a/configure.ac +++ b/configure.ac @@ -910,7 +910,7 @@ echo " hotplug backend: $msg_hotplug_backend Blu-ray metadata support: $msg_bluray - FTP/HTTP/WebDAV support: $msg_http + HTTP/WebDAV support: $msg_http ObexFTP support $msg_obexftp Samba support: $msg_samba FUSE support: $msg_fuse |