summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorFlorian Franzmann2021-04-02 22:27:35 +0200
committerFlorian Franzmann2021-04-02 22:27:35 +0200
commit99f982b0d510fec96d2db4200c78ac188a2b0db0 (patch)
treebdab08b29be6f238eb70421d165fbcdcf03b8eb5 /editors
parent265dbbcae1bac9970394b25ccda1eb8e54b292f1 (diff)
editors/emacs: Make support for wide int configurable
Diffstat (limited to 'editors')
-rwxr-xr-xeditors/emacs/CONFIGURE5
-rw-r--r--editors/emacs/HISTORY1
2 files changed, 5 insertions, 1 deletions
diff --git a/editors/emacs/CONFIGURE b/editors/emacs/CONFIGURE
index 081abd140d..445f6231ab 100755
--- a/editors/emacs/CONFIGURE
+++ b/editors/emacs/CONFIGURE
@@ -2,4 +2,7 @@ config_query_list EMACS_XTOOLKIT "Select the X toolkit:" \
gtk gtk3 lucid motif no &&
config_query_option EMACS_OPTS "Enable dynamic modules support?" n \
- "--with-modules" "--without-modules"
+ "--with-modules" "--without-modules" &&
+
+config_query_option EMACS_OPTS "Enable wide integer support?" y \
+ "--with-wide-int" "--without-wide-int"
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index 0e9b300195..de659e2247 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,6 +1,7 @@
2021-04-02 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: add optional dependency on libotf
* DEPENDS: depend on jansson instead of json-c
+ * CONFIGURE: make support for wide int configurable
2021-03-14 Ismael Luceno <ismael@sourcemage.org>
* BUILD: fixed build with -ffast-math