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
3f469c2e
Commit
3f469c2e
authored
Aug 10, 1993
by
Roland McGrath
Browse files
Check for -lm. Then can check for frexp and logb.
parent
4cc1b78a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
configure1.in
configure1.in
+4
-1
No files found.
configure1.in
View file @
3f469c2e
...
...
@@ -1176,7 +1176,10 @@ if test "${HAVE_X11}" = "yes"; then
fi
AC_ALLOCA
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy)
# 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 bcopy logb frexp)
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