diff options
| author | Shohei YOSHIDA | 2020-10-02 03:14:31 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-10-02 03:14:31 +0200 |
| commit | fef7704febce3c63edc64a905803c78e7363046c (patch) | |
| tree | db32256b6db27deafb5e0ed1dc5c9319c1155c38 | |
| parent | 40b81f847f12cf141467a02858d1ac09589cea2f (diff) | |
| download | emacs-fef7704febce3c63edc64a905803c78e7363046c.tar.gz emacs-fef7704febce3c63edc64a905803c78e7363046c.zip | |
Fix --with-json message
* configure.ac (WIDE_EMACS_INT): Fix --with-json help message
(bug#43754).
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ae0c0d2a2eb..f0c8e5210f9 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -453,7 +453,7 @@ OPTION_DEFAULT_ON([cairo],[don't compile with Cairo drawing]) | |||
| 453 | OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support]) | 453 | OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support]) |
| 454 | OPTION_DEFAULT_OFF([imagemagick],[compile with ImageMagick image support]) | 454 | OPTION_DEFAULT_OFF([imagemagick],[compile with ImageMagick image support]) |
| 455 | OPTION_DEFAULT_ON([native-image-api], [don't use native image APIs (GDI+ on Windows)]) | 455 | OPTION_DEFAULT_ON([native-image-api], [don't use native image APIs (GDI+ on Windows)]) |
| 456 | OPTION_DEFAULT_IFAVAILABLE([json], [don't compile with native JSON support]) | 456 | OPTION_DEFAULT_IFAVAILABLE([json], [compile with native JSON support]) |
| 457 | 457 | ||
| 458 | OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts]) | 458 | OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts]) |
| 459 | OPTION_DEFAULT_ON([harfbuzz],[don't use HarfBuzz for text shaping]) | 459 | OPTION_DEFAULT_ON([harfbuzz],[don't use HarfBuzz for text shaping]) |