From c619c54e0d5a30d615a79589c64c9198e3881b11 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 23 Feb 2022 16:08:05 +0200 Subject: configure: Fix detecting/using getauxval MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While trying to detect getauxval, this actually never output HAVE_GETAUXVAL into config.h before. Signed-off-by: Martin Storsjö --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 8c69ab0c86..650b52fcc5 100755 --- a/configure +++ b/configure @@ -2265,6 +2265,7 @@ SYSTEM_FUNCS=" CommandLineToArgvW fcntl getaddrinfo + getauxval gethrtime getopt GetModuleHandle -- cgit v1.2.3