]> git.eshelyaron.com Git - emacs.git/commitdiff
set nativecomp configure option off by default
authorAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:16:59 +0000 (11:16 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:19 +0000 (11:38 +0100)
configure.ac

index 247484a8501c044ce49a6500da0fdf29569fa685..717b456499950f9cb81466a5c14aa6fa3e2f1ee5 100644 (file)
@@ -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)])],