]> git.eshelyaron.com Git - emacs.git/commit
Let Gnulib deal with MB_CUR_MAX
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Dec 2024 22:03:06 +0000 (14:03 -0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Dec 2024 15:45:06 +0000 (16:45 +0100)
commitf2a7615a0bef95b88fec5c464095c5ad05b39698
tree80e89cd7ee74b2fb89622a6d98b83482657dfae8
parent124b0081d233c895de756ff6c08dba36296ac298
Let Gnulib deal with MB_CUR_MAX

Recent Gnulib should work around the Android NDK 16
MB_CUR_MAX bug, so Emacs no longer needs to worry about it.
* configure.ac (gl_STDLIB_H):
Remove, to stop overriding Gnulib.
* configure.ac (__ctype_get_mb_cur_max)
(emacs_cv_broken_mb_cur_max, REPLACEMENT_MB_CUR_MAX):
* src/conf_post.h (MB_CUR_MAX):
Remove, as Gnulib does this now.

(cherry picked from commit a51642ba5fad891239552fe7e746fa160e3f88ea)
configure.ac
src/conf_post.h