Ticket #5775: patcharc4random2.diff
| File patcharc4random2.diff, 515 bytes (added by , 10 years ago) |
|---|
-
configure
diff --git a/configure b/configure index 1b41303..25141e5 100755
a b check_func ${malloc_prefix}memalign && enable memalign 5449 5449 check_func ${malloc_prefix}posix_memalign && enable posix_memalign 5450 5450 5451 5451 check_func access 5452 check_func arc4random5452 check_func_headers stdlib.h arc4random 5453 5453 check_func_headers time.h clock_gettime || { check_func_headers time.h clock_gettime -lrt && add_extralibs -lrt && LIBRT="-lrt"; } 5454 5454 check_func fcntl 5455 5455 check_func fork
