diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-27 17:34:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-27 17:34:52 +0000 |
commit | 251745a3a7c8b94e10006de94b31c9d1490b4f7b (patch) | |
tree | 32da3571df9c6fa7e41469c0a7c90d758f78b854 /configure1.in | |
parent | e1cd65fd53f3776c0c51b4d12a55c89a6b03be65 (diff) | |
download | emacs-251745a3a7c8b94e10006de94b31c9d1490b4f7b.tar.gz |
(rand48): Check for it.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 14ca8f6a8b9..c0055cc5f60 100755 --- a/configure1.in +++ b/configure1.in @@ -1518,7 +1518,7 @@ AC_ALLOCA # 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 |