added checking for lrand48/srand48.
authorkramm <kramm>
Thu, 13 Dec 2001 07:38:14 +0000 (07:38 +0000)
committerkramm <kramm>
Thu, 13 Dec 2001 07:38:14 +0000 (07:38 +0000)
configure.in

index 1c31bff..9417179 100644 (file)
@@ -92,7 +92,7 @@ dnl Checks for library functions.
  AC_FUNC_MEMCMP
  AC_FUNC_MMAP
  AC_FUNC_VPRINTF
- AC_CHECK_FUNCS(getcwd putenv socket strcspn strdup strerror strstr)
+ AC_CHECK_FUNCS(getcwd putenv socket strcspn strdup strerror strstr lrand48 rand srand48 srand)
 
 if test "x${UNCOMPRESS}" = "xgzip"; then
     AC_DEFINE_UNQUOTED(USE_GZIP, 1)