aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-21 06:36:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-21 06:36:30 +0000
commit4398151fd5add475b870bba030f1448ed8ecf2c1 (patch)
treedab13f8f455c8f3bb19fecfa5e7be0b34d9e5e7b
parentd5fbfa3d0b975c112ff55d4924530ed3c69edd89 (diff)
Troy Engel's fix for running configure without --with-ssl
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
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