mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Patch from jamie to detect malformed openssl versions
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5234 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
4aee3673c0
commit
b3c53b2e1a
2
configure
vendored
2
configure
vendored
@ -56,7 +56,7 @@ $config{IS_DARWIN} = "NO"; # Darwin Handler
|
||||
|
||||
$no_svn = 0;
|
||||
|
||||
$config{HAS_OPENSSL} =~ /OpenSSL (\S+) \d+ \S+ \d{4}/;
|
||||
$config{HAS_OPENSSL} =~ /OpenSSL ([-[:digit:].]+)([a-z])? (\w{3}|[0-9]+) (\w{3}|[0-9]+) [0-9]{4}/;
|
||||
$config{HAS_OPENSSL} = $1;
|
||||
|
||||
# Minihack! Convert Cygwin to 'Cyg-Static' so i can
|
||||
|
Loading…
x
Reference in New Issue
Block a user