From: Daniel Stenberg Date: Tue, 21 Aug 2001 06:36:30 +0000 (+0000) Subject: Troy Engel's fix for running configure without --with-ssl X-Git-Tag: before_urldata_rename~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4398151fd5add475b870bba030f1448ed8ecf2c1;p=curl Troy Engel's fix for running configure without --with-ssl --- diff --git a/configure.in b/configure.in index d44cfc285..dd02442f7 100644 --- a/configure.in +++ b/configure.in @@ -305,6 +305,8 @@ else case "$OPT_SSL" in yes) EXTRA_SSL=/usr/local/ssl ;; + off) + EXTRA_SSL= ;; *) dnl check the given spot right away! EXTRA_SSL=$OPT_SSL