summaryrefslogtreecommitdiff
path: root/m4/btowc.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/btowc.m4')
-rw-r--r--m4/btowc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/btowc.m4 b/m4/btowc.m4
index 5e031e0742..f59db65acc 100644
--- a/m4/btowc.m4
+++ b/m4/btowc.m4
@@ -10,7 +10,7 @@ AC_DEFUN([gl_FUNC_BTOWC],
dnl Check whether <wchar.h> is usable at all, first. Otherwise the test
dnl program below may lead to an endless loop. See
- dnl <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42440>.
+ dnl <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42440>.
AC_REQUIRE([gl_WCHAR_H_INLINE_OK])
AC_CHECK_FUNCS_ONCE([btowc])