summaryrefslogtreecommitdiff
path: root/m4/stdbool.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/stdbool.m4')
-rw-r--r--m4/stdbool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/stdbool.m4 b/m4/stdbool.m4
index 974ca5f4ab..9e714d4761 100644
--- a/m4/stdbool.m4
+++ b/m4/stdbool.m4
@@ -88,7 +88,7 @@ AC_DEFUN([AC_CHECK_HEADER_STDBOOL],
char p[-1 - (Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
/* Catch a bug in an HP-UX C compiler. See
https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
- https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
+ https://lists.gnu.org/r/bug-coreutils/2005-11/msg00161.html
*/
Bool q = true;
Bool *pq = &q;