From 54507643b56077d703b5c54969d5095a4c8e6895 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 10 Jul 2000 11:41:50 +0000 Subject: [PATCH] Tweak a comment to make it less negative about BeOS. From Bruno Haible. --- m4/jm-macros.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 289977586..d3e59539c 100644 --- 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; -- 2.11.0