Troy Engel's fix for running configure without --with-ssl

This commit is contained in:
Daniel Stenberg 2001-08-21 06:36:30 +00:00
parent d5fbfa3d0b
commit 4398151fd5
1 changed files with 2 additions and 0 deletions

View File

@ -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