summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2022-04-09 16:53:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-09 17:43:46 +0900
commit5b467400d220125aed9d000e258c3cc3ca505421 (patch)
tree6c0030eedd8a9f2d167440ebc36380f44be6412d /configure.ac
parent83aeec8acfd1affe3e90ae01b8cecdff074e82ed (diff)
[DOC]Some link prefix replace
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5783
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c856aa4484..cbc53231d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2448,7 +2448,7 @@ AC_CHECK_TYPES([sig_t],[],[],[@%:@include <signal.h>])
AS_IF([test "$ac_cv_func_getpgid" = no], [
# AC_FUNC_GETPGRP fails when cross-compiling with old autoconf.
# autoconf is changed between 2.52d and 2.52f?
- # http://lists.gnu.org/archive/html/bug-gnu-utils/2001-09/msg00181.html
+ # https://lists.gnu.org/archive/html/bug-gnu-utils/2001-09/msg00181.html
# "autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID"
AC_FUNC_GETPGRP
])