diff options
| author | Mattias EngdegÄrd | 2024-03-30 15:13:24 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2024-03-30 15:19:56 +0100 |
| commit | 1135ce461d188869e0294af45641edc2cbfacbf0 (patch) | |
| tree | fe0c7ec4113ac62c6ab0d28b9bc8bc81dc005906 /admin | |
| parent | 890edfd2bb8fd79730919972cc82811b73c7f572 (diff) | |
| download | emacs-1135ce461d188869e0294af45641edc2cbfacbf0.tar.gz emacs-1135ce461d188869e0294af45641edc2cbfacbf0.zip | |
Always enable native JSON support and remove Jansson references
* src/json.c (Fjson__available_p): Remove.
* lisp/subr.el (json-available-p): Always return t.
* admin/nt/dist-build/build-dep-zips.py:
* configure.ac:
* doc/lispref/text.texi (Parsing JSON):
* java/INSTALL:
* java/org/gnu/emacs/EmacsNative.java (EmacsNative):
* lisp/term/w32-win.el (dynamic-library-alist):
* m4/ndk-build.m4 (ndk_INIT):
* msdos/sed1v2.inp:
* nt/INSTALL:
* nt/INSTALL.W64:
* src/Makefile.in:
* src/emacs.c (main):
* src/lisp.h:
Remove JSON configuration options and references to it and Jansson from
documentation and build files.
* etc/NEWS: Announce.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index fb0aca87731..0b1cc4d8695 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py | |||
| @@ -32,7 +32,6 @@ EMACS_MAJOR_VERSION="28" | |||
| 32 | PKG_REQ='''mingw-w64-x86_64-giflib | 32 | PKG_REQ='''mingw-w64-x86_64-giflib |
| 33 | mingw-w64-x86_64-gnutls | 33 | mingw-w64-x86_64-gnutls |
| 34 | mingw-w64-x86_64-harfbuzz | 34 | mingw-w64-x86_64-harfbuzz |
| 35 | mingw-w64-x86_64-jansson | ||
| 36 | mingw-w64-x86_64-lcms2 | 35 | mingw-w64-x86_64-lcms2 |
| 37 | mingw-w64-x86_64-libjpeg-turbo | 36 | mingw-w64-x86_64-libjpeg-turbo |
| 38 | mingw-w64-x86_64-libpng | 37 | mingw-w64-x86_64-libpng |
| @@ -44,7 +43,6 @@ mingw-w64-x86_64-xpm-nox'''.split() | |||
| 44 | DLL_REQ='''libgif | 43 | DLL_REQ='''libgif |
| 45 | libgnutls | 44 | libgnutls |
| 46 | libharfbuzz | 45 | libharfbuzz |
| 47 | libjansson | ||
| 48 | liblcms2 | 46 | liblcms2 |
| 49 | libturbojpeg | 47 | libturbojpeg |
| 50 | libpng | 48 | libpng |