changeset 2735:0215def82083

Tweak a comment to make it less negative about BeOS. From Bruno Haible.
author Jim Meyering <jim@meyering.net>
date Mon, 10 Jul 2000 11:41:50 +0000
parents b0dfa6f6a5be
children af22c6dccf1c
files m4/jm-macros.m4
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -190,7 +190,9 @@
 
   # 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;