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
Родитель d5fbfa3d0b
Коммит 4398151fd5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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