diff configure1.in @ 8700:c9b81faf1b2a

Check for lrand48, not rand48.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Sep 1994 07:02:34 +0000
parents a85d4593d45f
children 53653f0b322d
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=)