diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-01-01 11:16:59 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-01-01 11:38:19 +0100 |
commit | dd66ef5ad198fe914dd603a484e1459dff2af641 (patch) | |
tree | c65919b34a85b35cadd60d23e0f402457f7c2b91 | |
parent | 11192b29adf4ee500f5056d1b02d35908f858b53 (diff) | |
download | emacs-dd66ef5ad198fe914dd603a484e1459dff2af641.tar.gz emacs-dd66ef5ad198fe914dd603a484e1459dff2af641.tar.bz2 emacs-dd66ef5ad198fe914dd603a484e1459dff2af641.zip |
set nativecomp configure option off by default
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 247484a8501..717b4564999 100644 --- a/configure.ac +++ b/configure.ac @@ -463,7 +463,7 @@ OPTION_DEFAULT_ON([gnutls],[don't use -lgnutls for SSL/TLS support]) OPTION_DEFAULT_ON([zlib],[don't compile with zlib decompression support]) OPTION_DEFAULT_ON([modules],[compile with dynamic modules support]) OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support]) -OPTION_DEFAULT_ON([nativecomp],[don't compile with emacs lisp native compiler support]) +OPTION_DEFAULT_OFF([nativecomp],[don't compile with emacs lisp native compiler support]) AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB], [use a file notification library (LIB one of: yes, inotify, kqueue, gfile, w32, no)])], |