diff options
author | Peter Powell <petpow@saberuk.com> | 2014-07-26 17:57:50 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2014-08-19 15:26:06 +0100 |
commit | bc7a3fba087ef8646e93ebda40f344d67f613db5 (patch) | |
tree | 2fd4521dc968450adcb44bb33ac8ff7cbe8270f3 /configure | |
parent | bc545cc36b5c75dae769e898e1174994266ecea2 (diff) |
Fix pkg-config not being used for OpenSSL on non-FreeBSD systems.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; } } |