about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2016-08-09 22:02:22 +0200
committerMikael Magnusson <mikachu@gmail.com>2016-08-10 19:06:13 +0200
commitcaf48686d0e09691f004a5599a2031edb22cf5c0 (patch)
treeeda5fa9dd965c99c5fad937b9abab15e1ece127d /configure.ac
parentac0dcc9a63dc2a0edc62f8f1381b15b0b5ce5da3 (diff)
downloadzsh-caf48686d0e09691f004a5599a2031edb22cf5c0.tar.gz
zsh-caf48686d0e09691f004a5599a2031edb22cf5c0.tar.xz
zsh-caf48686d0e09691f004a5599a2031edb22cf5c0.zip
39014: Use special OpenBSD interface to get correct rand() behavior
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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],