summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-02-23 16:08:05 +0200
committerMartin Storsjö <martin@martin.st>2022-03-04 14:29:42 +0200
commitc619c54e0d5a30d615a79589c64c9198e3881b11 (patch)
tree9c0f4978d913f19d4f257607f8a42972c79588f0 /configure
parent99f7f4144aa644b0d26dae6efe9ac81ba252cb1a (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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