From cab9c604f4bc25a68b847ac9ef0253a4a026bbfe Mon Sep 17 00:00:00 2001 From: Po Lu Date: Wed, 10 Jul 2024 10:39:33 +0800 Subject: [PATCH] * configure.ac: Fix typo in commentary of strlen substitute. (cherry picked from commit 338337ec32a210c611231313b3da70a815b2af0f) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 905a0e52536..475ffe21675 100644 --- a/configure.ac +++ b/configure.ac @@ -1612,7 +1612,7 @@ AC_DEFUN([gl_TYPE_OFF64_T], AC_SUBST([HAVE_OFF64_T])]) # `strnlen' cannot accept nlen greater than the size of the object S -# on Android 2.2 and earlier. +# on Android 5.0 and earlier. m4_define([ORIGINAL_AC_FUNC_STRNLEN], m4_defn([AC_FUNC_STRNLEN])) AC_DEFUN([AC_FUNC_STRNLEN], [ AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])dnl -- 2.39.2