configure: Fix detecting/using getauxval

While trying to detect getauxval, this actually never output
HAVE_GETAUXVAL into config.h before.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2022-02-23 16:08:05 +02:00
parent 99f7f4144a
commit c619c54e0d
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2265,6 +2265,7 @@ SYSTEM_FUNCS="
CommandLineToArgvW
fcntl
getaddrinfo
getauxval
gethrtime
getopt
GetModuleHandle