summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 397d19c923..a8e3926b70 100755
--- a/configure
+++ b/configure
@@ -4572,8 +4572,8 @@ check_func ${malloc_prefix}memalign && enable memalign
check_func ${malloc_prefix}posix_memalign && enable posix_memalign
check_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" &&
- check_func_headers time.h clock_gettime ||
- check_lib clock_gettime time.h clock_gettime -lrt
+ { check_lib clock_gettime time.h clock_gettime ||
+ check_lib clock_gettime time.h clock_gettime -lrt; }
check_func fcntl
check_func fork