Reported by Rudi Heitbaum <rudi@heitbaum.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-04/msg00055.html>.
* m4/strcasecmp.m4 (gl_STRCASECMP_WORKS): Use a no-op command as third
argument of AC_RUN_IFELSE.
+2025-04-10 Bruno Haible <bruno@clisp.org>
+
+ strcasecmp: Support cross-compilation.
+ Reported by Rudi Heitbaum <rudi@heitbaum.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2025-04/msg00055.html>.
+ * m4/strcasecmp.m4 (gl_STRCASECMP_WORKS): Use a no-op command as third
+ argument of AC_RUN_IFELSE.
+
2025-04-10 Bruno Haible <bruno@clisp.org>
vasnprintf: Fix handling of # flag in %b, %B directives.
# strcasecmp.m4
-# serial 2
+# serial 3
dnl Copyright (C) 2002-2025 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
gl_cv_func_strcasecmp_works=no
fi
],
- [])
+ [:])
])
])