projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6575433
)
Tweak a comment to make it less negative about BeOS.
author
Jim Meyering
<jim@meyering.net>
Mon, 10 Jul 2000 11:41:50 +0000
(11:41 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 10 Jul 2000 11:41:50 +0000
(11:41 +0000)
From Bruno Haible.
m4/jm-macros.m4
patch
|
blob
|
history
diff --git
a/m4/jm-macros.m4
b/m4/jm-macros.m4
index 2899775862eb3ccfa84868d0213a117e62c5ef1b..d3e59539cf42412ab3dca0c1eb238f887d27eaa7 100644
(file)
--- a/
m4/jm-macros.m4
+++ b/
m4/jm-macros.m4
@@
-190,7
+190,9
@@
AC_DEFUN(jm_MACROS,
# See if linking `seq' requires -lm.
# It does on nearly every system. The single exception (so far) is
- # BeOS which doesn't even have a separate math library.
+ # BeOS which has all the math functions in the normal runtime library
+ # and doesn't have a separate math library.
+
AC_SUBST(SEQ_LIBM)
ac_seq_body='
static double x, y;