dct/fft-test: use a replacement getopt() if the system has none present.
This allows compiling and running these tests on systems lacking a built- in version of getopt(), such as MSVC. Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:

committed by
Anton Khirnov

parent
183b1c2268
commit
667fb97a65
2
configure
vendored
2
configure
vendored
@@ -1083,6 +1083,7 @@ HAVE_LIST="
|
||||
fork
|
||||
getaddrinfo
|
||||
gethrtime
|
||||
getopt
|
||||
GetProcessAffinityMask
|
||||
GetProcessMemoryInfo
|
||||
GetProcessTimes
|
||||
@@ -2862,6 +2863,7 @@ check_func fcntl
|
||||
check_func fork
|
||||
check_func getaddrinfo $network_extralibs
|
||||
check_func gethrtime
|
||||
check_func getopt
|
||||
check_func getrusage
|
||||
check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
|
||||
check_func gettimeofday
|
||||
|
Reference in New Issue
Block a user