emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp cadb902: Revert "* configure.ac: Rename configure na


From: Andrea Corallo
Subject: feature/native-comp cadb902: Revert "* configure.ac: Rename configure nativecomp flags..."
Date: Mon, 22 Feb 2021 15:03:55 -0500 (EST)

branch: feature/native-comp
commit cadb902aa8136d9eff8bb0df39daed840c00e1b6
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    Revert "* configure.ac: Rename configure nativecomp flags..."
    
    This reverts commit f6c5f0dd5c8167b6f8f724f42632a4b8808efe7a.
    
    Reason for this is that I overlooked few other suggestions and this
    change has to be discussed before a final decision is taken.
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1771171..fe0dc92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -484,7 +484,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],[don't compile with dynamic modules support])
 OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support])
-OPTION_DEFAULT_OFF([native-comp],[compile with Emacs Lisp native compiler 
support])
+OPTION_DEFAULT_OFF([nativecomp],[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)])],
@@ -3786,7 +3786,7 @@ AC_DEFUN([libgccjit_not_found], [
   AC_MSG_ERROR([elisp native compiler requested but libgccjit not found.
 Please try installing libgccjit or similar package.
 If you are sure you want Emacs compiled without elisp native compiler, pass
-  --without-native-comp
+  --without-nativecomp
 to configure.])])
 
 AC_DEFUN([libgccjit_dev_not_found], [
@@ -3808,7 +3808,7 @@ Here instructions on how to compile and install libgccjit 
from source:
 
 HAVE_NATIVE_COMP=no
 LIBGCCJIT_LIB=
-if test "${with_native_comp}" != "no"; then
+if test "${with_nativecomp}" != "no"; then
     if test "${HAVE_PDUMPER}" = no; then
        AC_MSG_ERROR(['--with-nativecomp' requires '--with-dumping=pdumper'])
     fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]