diff options
| author | Andrea Corallo | 2021-02-22 21:01:44 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2021-02-22 21:01:44 +0100 |
| commit | cadb902aa8136d9eff8bb0df39daed840c00e1b6 (patch) | |
| tree | 4969f168b49dccaf27d0ae7b8b06305ddb7ebf4f | |
| parent | 28ce6f980ff9dc022550933f840ab5c8469cc9d1 (diff) | |
| download | emacs-cadb902aa8136d9eff8bb0df39daed840c00e1b6.tar.gz emacs-cadb902aa8136d9eff8bb0df39daed840c00e1b6.zip | |
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.
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 1771171f669..fe0dc921dce 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -484,7 +484,7 @@ OPTION_DEFAULT_ON([gnutls],[don't use -lgnutls for SSL/TLS support]) | |||
| 484 | OPTION_DEFAULT_ON([zlib],[don't compile with zlib decompression support]) | 484 | OPTION_DEFAULT_ON([zlib],[don't compile with zlib decompression support]) |
| 485 | OPTION_DEFAULT_ON([modules],[don't compile with dynamic modules support]) | 485 | OPTION_DEFAULT_ON([modules],[don't compile with dynamic modules support]) |
| 486 | OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support]) | 486 | OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support]) |
| 487 | OPTION_DEFAULT_OFF([native-comp],[compile with Emacs Lisp native compiler support]) | 487 | OPTION_DEFAULT_OFF([nativecomp],[compile with Emacs Lisp native compiler support]) |
| 488 | 488 | ||
| 489 | AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB], | 489 | AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB], |
| 490 | [use a file notification library (LIB one of: yes, inotify, kqueue, gfile, w32, no)])], | 490 | [use a file notification library (LIB one of: yes, inotify, kqueue, gfile, w32, no)])], |
| @@ -3786,7 +3786,7 @@ AC_DEFUN([libgccjit_not_found], [ | |||
| 3786 | AC_MSG_ERROR([elisp native compiler requested but libgccjit not found. | 3786 | AC_MSG_ERROR([elisp native compiler requested but libgccjit not found. |
| 3787 | Please try installing libgccjit or similar package. | 3787 | Please try installing libgccjit or similar package. |
| 3788 | If you are sure you want Emacs compiled without elisp native compiler, pass | 3788 | If you are sure you want Emacs compiled without elisp native compiler, pass |
| 3789 | --without-native-comp | 3789 | --without-nativecomp |
| 3790 | to configure.])]) | 3790 | to configure.])]) |
| 3791 | 3791 | ||
| 3792 | AC_DEFUN([libgccjit_dev_not_found], [ | 3792 | AC_DEFUN([libgccjit_dev_not_found], [ |
| @@ -3808,7 +3808,7 @@ Here instructions on how to compile and install libgccjit from source: | |||
| 3808 | 3808 | ||
| 3809 | HAVE_NATIVE_COMP=no | 3809 | HAVE_NATIVE_COMP=no |
| 3810 | LIBGCCJIT_LIB= | 3810 | LIBGCCJIT_LIB= |
| 3811 | if test "${with_native_comp}" != "no"; then | 3811 | if test "${with_nativecomp}" != "no"; then |
| 3812 | if test "${HAVE_PDUMPER}" = no; then | 3812 | if test "${HAVE_PDUMPER}" = no; then |
| 3813 | AC_MSG_ERROR(['--with-nativecomp' requires '--with-dumping=pdumper']) | 3813 | AC_MSG_ERROR(['--with-nativecomp' requires '--with-dumping=pdumper']) |
| 3814 | fi | 3814 | fi |