]> granicus.if.org Git - curl/commit
configure: error out if OpenSSL wasn't detected when asked for
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 May 2019 08:42:23 +0000 (10:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 May 2019 11:19:47 +0000 (13:19 +0200)
commitc60042fe09dec5b220d65ad34c674b1fd9346e12
tree52fad5a6c28b2a06c1f608bf571b210a8acfac59
parentbd91e7f340646c7ba695d44f94c80f6fe66e79df
configure: error out if OpenSSL wasn't detected when asked for

If --with-ssl is used and configure still couldn't enable SSL this
creates an error instead of just silently ignoring the fact.

Suggested-by: Isaiah Norton
Fixes #3824
Closes #3830
configure.ac