Check for lrand48, not rand48.
This commit is contained in:
parent
8063726f31
commit
ad11d3de96
1 changed files with 2 additions and 2 deletions
|
@ -1522,8 +1522,8 @@ 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 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=)
|
||||
|
|
Loading…
Add table
Reference in a new issue