diff options
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r-- | m4/jm-macros.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 2680dff2b..2b4704317 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -141,7 +141,7 @@ AC_DEFUN([coreutils_MACROS], fi AC_SUBST([LIB_CAP]) - # See if linking `seq' requires -lm. + # See if linking 'seq' requires -lm. # It does on nearly every system. The single exception (so far) is # BeOS which has all the math functions in the normal runtime library # and doesn't have a separate math library. |