environment/autoconf_cache: override tests for /dev/{u,}random.
This commit is contained in:
parent
53b73defbe
commit
58d6bee509
|
@ -24,6 +24,8 @@ ac_cv_func_getgroups=yes
|
|||
ac_cv_func_getgroups_works=yes
|
||||
ac_cv_func_pread=yes
|
||||
ac_cv_func_pwrite=yes
|
||||
ac_cv_file__dev_random=yes
|
||||
ac_cv_file__dev_urandom=yes
|
||||
|
||||
# apr
|
||||
ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
|
||||
|
|
Loading…
Reference in New Issue