git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e63ef
)
added checking for lrand48/srand48.
author
kramm
<kramm>
Thu, 13 Dec 2001 07:38:14 +0000
(07:38 +0000)
committer
kramm
<kramm>
Thu, 13 Dec 2001 07:38:14 +0000
(07:38 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
1c31bff
..
9417179
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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)