Browse Source

configure: Check for arc4random() header definition.

Fixes Cygwin compilation.
tags/n3.2
Carl Eugen Hoyos 9 years ago
parent
commit
79dc94a63b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -5455,7 +5455,7 @@ check_func ${malloc_prefix}memalign && enable memalign
check_func ${malloc_prefix}posix_memalign && enable posix_memalign

check_func access
check_func arc4random
check_func_headers stdlib.h arc4random
check_func_headers time.h clock_gettime || { check_func_headers time.h clock_gettime -lrt && add_extralibs -lrt && LIBRT="-lrt"; }
check_func fcntl
check_func fork


Loading…
Cancel
Save