Commit 4398151f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent d5fbfa3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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