projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d814c24
)
* configure.ac: Fix native comp compatibility check (bug#61960)
author
Andrea Corallo
<akrl@sdf.org>
Wed, 15 Mar 2023 15:18:04 +0000
(16:18 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 15 Mar 2023 15:20:37 +0000
(16:20 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ac93d003b7028d6155a375aa370e9e7183f13276..c818343a5ad0762f55d12486311b63d41652911b 100644
(file)
--- 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])