]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Fix native comp compatibility check (bug#61960)
authorAndrea Corallo <akrl@sdf.org>
Wed, 15 Mar 2023 15:18:04 +0000 (16:18 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 15 Mar 2023 15:20:37 +0000 (16:20 +0100)
configure.ac

index ac93d003b7028d6155a375aa370e9e7183f13276..c818343a5ad0762f55d12486311b63d41652911b 100644 (file)
@@ -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])