Tweak a comment to make it less negative about BeOS.
authorJim Meyering <jim@meyering.net>
Mon, 10 Jul 2000 11:41:50 +0000 (11:41 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 10 Jul 2000 11:41:50 +0000 (11:41 +0000)
From Bruno Haible.

m4/jm-macros.m4

index 2899775..d3e5953 100644 (file)
@@ -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;