Fix build failure when wget is not installed.

This commit is contained in:
Joey Hess 2015-01-15 15:42:15 -04:00
parent 8872f2fbdb
commit a92737c8b9
3 changed files with 10 additions and 1 deletions

View file

@ -38,3 +38,9 @@ ExitFailure 1
"""]]
-- Carl
> wget is not intended to be a hard build dependency. The Debian package
> should always be built with wget, so it's a build-dependency there.
>
> I've fixed the configure script to not crash in this situation.
> [[done]]. --[[Joey]]