From a8fa6e6314246280a6c52f7f0a75cf2eb9d14a05 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 16 Feb 2025 19:32:54 +0100 Subject: [PATCH] strcasecmp, strncasecmp: Work around Solaris, Cygwin bug, part 3. * m4/strings_h.m4 (gl_STRINGS_H_DEFAULTS): Fix initializations. --- m4/strings_h.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/strings_h.m4 b/m4/strings_h.m4 index f635575012..d36ff4ec02 100644 --- a/m4/strings_h.m4 +++ b/m4/strings_h.m4 @@ -64,6 +64,6 @@ AC_DEFUN([gl_STRINGS_H_DEFAULTS], HAVE_STRCASECMP=1; AC_SUBST([HAVE_STRCASECMP]) HAVE_STRNCASECMP=1; AC_SUBST([HAVE_STRNCASECMP]) HAVE_DECL_STRNCASECMP=1; AC_SUBST([HAVE_DECL_STRNCASECMP]) - REPLACE_STRCASECMP=1; AC_SUBST([REPLACE_STRCASECMP]) - REPLACE_STRNCASECMP=1; AC_SUBST([REPLACE_STRNCASECMP]) + REPLACE_STRCASECMP=0; AC_SUBST([REPLACE_STRCASECMP]) + REPLACE_STRNCASECMP=0; AC_SUBST([REPLACE_STRNCASECMP]) ]) -- 2.39.5