diff options
author | sheaf <sam.derbyshire@gmail.com> | 2023-02-07 17:23:11 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-03-06 17:06:50 -0500 |
commit | b042b125dd7c59703d313b5339b1d66128f590b5 (patch) | |
tree | 4e5aa95667f7f830dbbb4f20958a8d54f9ff9d2c /m4 | |
parent | 705609523903ee80d24c5ae261de07a0e32139c9 (diff) | |
download | haskell-b042b125dd7c59703d313b5339b1d66128f590b5.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'm4')
-rw-r--r-- | m4/fp_ld_supports_response_files.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/fp_ld_supports_response_files.m4 b/m4/fp_ld_supports_response_files.m4 index 5596169dcb..84f0d4b033 100644 --- a/m4/fp_ld_supports_response_files.m4 +++ b/m4/fp_ld_supports_response_files.m4 @@ -1,6 +1,6 @@ # FP_LD_SUPPORTS_RESPONSE_FILES # -------------------- -# See if whether we are using a version of ld64 on darwin platforms which +# See if whether we are using a version of ld which # supports response files. AC_DEFUN([FP_LD_SUPPORTS_RESPONSE_FILES], [ AC_MSG_CHECKING([whether $LD supports response files]) |