]> granicus.if.org Git - curl/commit
configure: add basic test of --with-ssl prefix
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 May 2018 12:26:49 +0000 (14:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 May 2018 21:51:52 +0000 (23:51 +0200)
commitd353af001420574210605ba132dfd31a0e3876a5
tree7d0c47068594d6490c4ba64440e5f328b7b0f3fd
parent09d16af49a07af14dd635e23cdd6a0d287e54e54
configure: add basic test of --with-ssl prefix

When given a prefix, the $PREFIX_OPENSSL/lib/openssl.pc or
$PREFIX_OPENSSL/include/openssl/ssl.h files must be present or cause an
error. Helps users detect when giving configure the wrong path.

Reported-by: Oleg Pudeyev
Assisted-by: Per Malmberg
Fixes #2580
configure.ac