From: Andrea Corallo Date: Wed, 1 Jan 2020 10:16:59 +0000 (+0100) Subject: set nativecomp configure option off by default X-Git-Tag: emacs-28.0.90~2727^2~855 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd66ef5ad198fe914dd603a484e1459dff2af641;p=emacs.git set nativecomp configure option off by default --- 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)])],