From 85157cdda5ae0d6bb0b2b03fc933366511cc5b6e Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Sat, 7 Sep 2019 14:30:43 +0100
Subject: [PATCH] fix typo

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 608b283ea..391b057f6 100755
--- a/configure
+++ b/configure
@@ -1771,7 +1771,7 @@ sub features
         have_avx =>
         {
             check =>(!$generic &&
-                     defined $cpuinfp{flags} &&
+                     defined $cpuinfo{flags} &&
                      $cpuinfo{flags}=~/\bavx\b/) ? 1 : 0,
             cflags => ' -mavx ',
         },
-- 
GitLab