From b0c56c0561011bdbfd525cda2ce380c1e8ee597e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 15 Nov 2001 12:10:22 +0000 Subject: 16241: new rand48(param) math function --- zshconfig.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zshconfig.ac') diff --git a/zshconfig.ac b/zshconfig.ac index c573359d9..4e1a0d882 100644 --- a/zshconfig.ac +++ b/zshconfig.ac @@ -938,7 +938,8 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \ brk sbrk \ pathconf sysconf \ tgetent tigetflag tigetnum tigetstr setupterm \ - pcre_compile pcre_study pcre_exec) + pcre_compile pcre_study pcre_exec \ + erand48) AC_FUNC_STRCOLL dnl Check if tgetent accepts NULL (and will allocate its own termcap buffer) -- cgit 1.4.1