mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 19:30:05 +01:00
darwin gots /dev/urandom, too yo!
This commit is contained in:
parent
7ee34a69f3
commit
bf0144f380
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ AC_CHECK_FUNC([dlopen], [],
|
|||
AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl"))
|
||||
|
||||
case $host_os in
|
||||
linux*)
|
||||
linux*|darwin*)
|
||||
AC_DEFINE(HAVE_URANDOM, 1, [Has /dev/urandom]) ;;
|
||||
solaris*)
|
||||
# Solaris 8 with patches, or Solaris 9 or later have /dev/urandom
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue