# HG changeset patch # User Richard M. Stallman # Date 778662154 0 # Node ID c9b81faf1b2a023edb4b6de8c7e627f3443cc91d # Parent 0f741bd353797c9a5a2f77149cba5c9e56ae2be4 Check for lrand48, not rand48. diff -r 0f741bd35379 -r c9b81faf1b2a configure1.in --- 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=)