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:
w00t 2009-07-30 11:28:57 +00:00
parent 42ec110296
commit 4b595170f5

2
configure vendored
View File

@ -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 "") {