mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58: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
|
case "$OPT_SSL" in
|
||||||
yes)
|
yes)
|
||||||
EXTRA_SSL=/usr/local/ssl ;;
|
EXTRA_SSL=/usr/local/ssl ;;
|
||||||
|
off)
|
||||||
|
EXTRA_SSL= ;;
|
||||||
*)
|
*)
|
||||||
dnl check the given spot right away!
|
dnl check the given spot right away!
|
||||||
EXTRA_SSL=$OPT_SSL
|
EXTRA_SSL=$OPT_SSL
|
||||||
|
Loading…
Reference in New Issue
Block a user