1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00

Remove HAVE_DEV_ARANDOM

The arandom check is not needed anymore since the implementations of:
3467526a65
and
6554f721f7
This commit is contained in:
Peter Kokot
2019-06-30 04:38:07 +02:00
parent a60128c503
commit 1925102fe4

View File

@@ -329,14 +329,6 @@ else
AC_MSG_RESULT(no)
fi
AC_MSG_CHECKING(whether /dev/arandom exists)
if test -r "/dev/arandom" && test -c "/dev/arandom"; then
AC_DEFINE([HAVE_DEV_ARANDOM], 1, [Define if the target system has /dev/arandom device])
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
fi
AC_ARG_ENABLE([gcc-global-regs],
[AS_HELP_STRING([--disable-gcc-global-regs],
[whether to enable GCC global register variables])],