summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-08-19 16:56:11 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-08-19 16:56:11 +0200
commit2ddee67dc28afe12b1cde61a32bcc1c403ae8185 (patch)
tree97cb4754571ff010e922455bb9b8de71226df3e6 /configure
parentbc545cc36b5c75dae769e898e1174994266ecea2 (diff)
parent4288b2a59959c1693bdbc7cbef849942b721c508 (diff)
Merge pull request #900 from SaberUK/insp20+build-system-fixes
[2.0] Fix various problems with the build system.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 27f7e6f1e..33e9b4c50 100755
--- a/configure
+++ b/configure
@@ -209,6 +209,7 @@ else
{
chomp($config{HAS_OPENSSL} = `pkg-config --modversion openssl 2>/dev/null`); # Openssl version, others
$config{HAS_OPENSSL_PORT} = "";
+ $config{USE_FREEBSD_BASE_SSL} = "n";
}
}