]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: make hyper opt-in, and fail if missing
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>
Fri, 12 Feb 2021 01:14:28 +0000 (17:14 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Feb 2021 06:39:05 +0000 (07:39 +0100)
commitaab3c6c4c881b838e94b055ac0bd2f04d3d16c4f
tree2c413fc389a51de705ac78c24979462ce3da93eb
parentbf601472a0f09ff5fa80a048f22a30ac9edac304
configure: make hyper opt-in, and fail if missing

Previously, configure would look for hyper by default, and use it if
found; otherwise it would not use hyper, and not error.

Now, configure will not look for hyper unless --with-hyper is passed. If
configure looks for hyper and fails, it will error.

Also, add -ld -lpthread -lm to Hyper's libs. I think they are required.

Closes #6598
configure.ac