From c358bb0d6295b56cefc62c587a8a358a2929dd7f Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 1 Oct 2006 16:27:50 +0000 Subject: [PATCH] Apply patch for bug#155 submitted by jamie git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5368 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2fda86dd5..6336af807 100755 --- a/configure +++ b/configure @@ -247,7 +247,7 @@ if (defined $opt_away) $no_svn = 0; -$config{HAS_OPENSSL} =~ /OpenSSL ([-[:digit:].]+)([a-z])? (\w{3}|[0-9]+) (\w{3}|[0-9]+) [0-9]{4}/; +$config{HAS_OPENSSL} =~ /OpenSSL ([-[:digit:].]+)([a-z])?(\-[a-z][0-9])? (\w{3}|[0-9]+) (\w{3}|[0-9]+) [0-9]{4}/; $config{HAS_OPENSSL} = $1; if ($config{GCCVER} eq "") { -- 2.39.5