Recover accidentally deleted code

This commit is contained in:
Martin Natano
2023-04-20 21:43:46 +02:00
parent 0b0787f344
commit 00ec2dce06
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -107,6 +107,7 @@ check_function_exists(waitpid HAVE_WAITPID)
# Mostly universal symbols.
check_cxx_symbol_exists(strtof cstdlib HAVE_STRTOF)
check_symbol_exists(M_PI math.h HAVE_M_PI)
check_symbol_exists(posix_fadvise fcntl.h HAVE_POSIX_FADVISE)
# Checks to make it easier to work with 32-bit/64-bit builds if required.