summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-07-03 20:14:09 -0700
committerAnton Khirnov <anton@khirnov.net>2012-07-11 21:24:37 +0200
commit667fb97a650dcf9ad50327c7b51f8a95d1e16077 (patch)
tree576d130d4e9ce26c5b99d986ea2ef5473c27033c /configure
parent183b1c2268529bbb8389d572deb00083c49682dc (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 2888c72ba0..4d83d4bd9f 100755
--- a/configure
+++ b/configure
@@ -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