X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=64059152d0bcb4ac776b9f61b590f0469e9673cf;hb=946bff6371d73b50dae6f7011ba0adff852302f0;hp=f2a1b1c646c3c80912df618b15de83d6a4c3e422;hpb=00c46713a3d2abc1650d7a4a3feb9b33d232e0f6;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index f2a1b1c64..64059152d 100755 --- a/configure +++ b/configure @@ -58,7 +58,7 @@ $config{MAX_AWAY} = "200"; # max AWAY size $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; if ($config{GCCVER} eq "") {