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
e468fb38
Commit
e468fb38
authored
May 09, 1995
by
David J. MacKenzie
Browse files
Use sqrt (more portable) instead of fmod in -lm check.
parent
1872c299
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
configure.in
configure.in
+2
-4
No files found.
configure.in
View file @
e468fb38
...
...
@@ -1157,10 +1157,8 @@ AC_TRY_LINK([#include <netdb.h>],
AC_FUNC_ALLOCA
# fmod, logb, and frexp are found in -lm on most systems.
# On HPUX 9.01, -lm does not contain logb, so check for fmod.
# If some other system has -lm with logb and/or frexp but not fmod,
# we will have to try yet again...
AC_CHECK_LIB(m, fmod)
# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
AC_CHECK_LIB(m, sqrt)
AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \
strerror fpathconf select mktime eaccess getpagesize)
...
...
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