Mercurial > emacs
changeset 8357:0f6512963c6d
(rand48): Check for it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 27 Jul 1994 17:34:52 +0000 |
parents | bdf40e36b6a9 |
children | f9d8f778f73b |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Wed Jul 27 00:35:18 1994 +0000 +++ b/configure1.in Wed Jul 27 17:34:52 1994 +0000 @@ -1518,7 +1518,7 @@ # logb and frexp are found in -lm on most systems. AC_HAVE_LIBRARY(-lm) AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ -random bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror \ +random rand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror \ fpathconf) ok_so_far=true