]> git.eshelyaron.com Git - emacs.git/commit
Use Gnulib workaround for Android strnlen bug
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Jul 2024 16:23:30 +0000 (17:23 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:53:26 +0000 (23:53 +0200)
commitb14c4cd5359425b2935cf176d9f31b580aa1114f
tree6b21bf5a67f83f5e5eec7c8e2a8d6325f86ee9d8
parent52ccbb2769f957628f1d6f3498d69281e06689e5
Use Gnulib workaround for Android strnlen bug

The workaround for the Android 5.0 (API 21) strnlen bug
is now done in m4/strnlen.m4, taken from Gnulib, so
there is no need for Emacs to have its own workaround.
* configure.ac (ORIGINAL_AC_FUNC_STRNLEN, AC_FUNC_STRNLEN):
Remove.

(cherry picked from commit 2067c255e677f77eaf27dc992400111d8ac59bfd)
configure.ac