Probe for curl when configuring

This commit is contained in:
Alex Crichton 2015-02-24 10:07:36 -08:00
parent 6c5fcbf22b
commit 922a83eecc

1
configure vendored
View file

@ -264,6 +264,7 @@ need_cmd sed
need_cmd file
need_cmd cmake
need_cmd pkg-config
need_cmd curl
CFG_SRC_DIR="$(cd $(dirname $0) && pwd)/"
CFG_BUILD_DIR="$(pwd)/"