diff --git a/configure.in b/configure.in index d44cfc2857..dd02442f72 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