mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Patch to allow configure to pick up OpenSSL on CentOS/RH, thanks to maniaphobic. Fixes bug #893.
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11446 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
42ec110296
commit
4b595170f5
2
configure
vendored
2
configure
vendored
@ -278,7 +278,7 @@ if (defined $opt_away)
|
||||
$config{MAX_AWAY} = $opt_away;
|
||||
}
|
||||
|
||||
$config{HAS_OPENSSL} =~ /^([-[:digit:].]+)([a-z])?(\-[a-z][0-9])?$/;
|
||||
$config{HAS_OPENSSL} =~ /^([-[:digit:].]+)([a-z])?(\-([a-z][0-9]|rhel[0-9]))?$/;
|
||||
$config{HAS_OPENSSL} = $1;
|
||||
|
||||
if ($config{GCCVER} eq "") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user