$OpenBSD: patch-configure,v 1.6 2016/01/22 09:03:15 semarie Exp $
Remove requirement for curl or wget.
The snapshot isn't downloaded but copied by post-configure.
--- configure.orig	Wed Jan 20 04:37:51 2016
+++ configure	Wed Jan 20 19:36:15 2016
@@ -717,7 +717,7 @@ putvar CFG_BOOTSTRAP_KEY
 
 step_msg "looking for build programs"
 
-probe_need CFG_CURLORWGET  curl wget
+probe CFG_CURLORWGET  curl wget
 if [ -z "$CFG_PYTHON_PROVIDED" ]; then
     probe_need CFG_PYTHON      python2.7 python2.6 python2 python
 fi
