mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:37:17 +03:00
Troy Engel's fix for running configure without --with-ssl
This commit is contained in:
parent
d5fbfa3d0b
commit
4398151fd5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue