changeset 8700:c9b81faf1b2a

Check for lrand48, not rand48.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Sep 1994 07:02:34 +0000
parents 0f741bd35379
children f3567d21b4e9
files configure1.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Sun Sep 04 07:01:28 1994 +0000
+++ b/configure1.in	Sun Sep 04 07:02:34 1994 +0000
@@ -1522,8 +1522,8 @@
 # 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 rand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror \
-fpathconf)
+random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \
+strerror fpathconf)
 
 ok_so_far=true
 AC_FUNC_CHECK(socket, , ok_so_far=)