From caf48686d0e09691f004a5599a2031edb22cf5c0 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 9 Aug 2016 22:02:22 +0200 Subject: 39014: Use special OpenBSD interface to get correct rand() behavior --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9ce3a4589..bac62a638 100644 --- a/configure.ac +++ b/configure.ac @@ -1322,7 +1322,8 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ realpath canonicalize_file_name \ symlink getcwd \ cygwin_conv_path \ - nanosleep) + nanosleep \ + srand_deterministic) AC_FUNC_STRCOLL AH_TEMPLATE([REALPATH_ACCEPTS_NULL], -- cgit 1.4.1