mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Troy Engel's fix for running configure without --with-ssl
This commit is contained in:
parent
d5fbfa3d0b
commit
4398151fd5
@ -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…
Reference in New Issue
Block a user