# HG changeset patch # User Jim Meyering # Date 963229310 0 # Node ID 0215def82083facb7d3a9b0dfb51179bc563aad8 # Parent b0dfa6f6a5be18f68ec9f22c91bfab637273a4ad Tweak a comment to make it less negative about BeOS. From Bruno Haible. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 --- 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;