Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ad11d3de
Commit
ad11d3de
authored
Sep 04, 1994
by
Richard M. Stallman
Browse files
Check for lrand48, not rand48.
parent
8063726f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure1.in
configure1.in
+2
-2
No files found.
configure1.in
View file @
ad11d3de
...
...
@@ -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
l
rand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \
strerror
fpathconf)
ok_so_far=true
AC_FUNC_CHECK(socket, , ok_so_far=)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment