about summary refs log tree commit diff
path: root/zshconfig.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-11-15 12:10:22 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-11-15 12:10:22 +0000
commitb0c56c0561011bdbfd525cda2ce380c1e8ee597e (patch)
tree69be6e31f89526b28edfa5067682463632901a24 /zshconfig.ac
parent096e24858f98288a002493a865a7a49ead8d169a (diff)
downloadzsh-b0c56c0561011bdbfd525cda2ce380c1e8ee597e.tar.gz
zsh-b0c56c0561011bdbfd525cda2ce380c1e8ee597e.tar.xz
zsh-b0c56c0561011bdbfd525cda2ce380c1e8ee597e.zip
16241: new rand48(param) math function
Diffstat (limited to 'zshconfig.ac')
-rw-r--r--zshconfig.ac3
1 files changed, 2 insertions, 1 deletions
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)