emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 61adb44318a: * configure.ac: Fix native comp compatibility chec


From: Andrea Corallo
Subject: emacs-29 61adb44318a: * configure.ac: Fix native comp compatibility check (bug#61960)
Date: Wed, 15 Mar 2023 11:23:43 -0400 (EDT)

branch: emacs-29
commit 61adb44318a30d599712b69c7e6606510ce0ce2c
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * configure.ac: Fix native comp compatibility check (bug#61960)
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index ac93d003b70..c818343a5ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4328,8 +4328,8 @@ If you really want to try it anyway, use the configure 
option
 fi
 
 if test "${with_native_compilation}" != "no"; then
-    if test "${HAVE_PDUMPER}" = no; then
-       AC_MSG_ERROR(['--with-native-compilation' requires 
'--with-dumping=pdumper'])
+    if test "$with_unexec" = yes; then
+       AC_MSG_ERROR(['--with-native-compilation' is not compatible with 
unexec])
     fi
     if test "${HAVE_ZLIB}" = no; then
        AC_MSG_ERROR(['--with-native-compilation' requires zlib])



reply via email to

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