From 4398151fd5add475b870bba030f1448ed8ecf2c1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Aug 2001 06:36:30 +0000 Subject: Troy Engel's fix for running configure without --with-ssl --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index d44cfc285..dd02442f7 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v1.2.3