emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp ec5d957 3/4: Verify '--with-nativecomp' has also '--


From: Andrea Corallo
Subject: feature/native-comp ec5d957 3/4: Verify '--with-nativecomp' has also '--with-dumping=pdumper'
Date: Fri, 21 Feb 2020 11:12:57 -0500 (EST)

branch: feature/native-comp
commit ec5d95782d90c6b6b7f291a4a8214cc7f64dadd6
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    Verify '--with-nativecomp' has also '--with-dumping=pdumper'
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index c8e22ff..0b2f5b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3738,6 +3738,9 @@ If you are sure you want Emacs compiled without elisp 
native compiler, pass
 to configure.])
   fi
 fi
+if test "${HAVE_NATIVE_COMP}" = yes && test "${HAVE_PDUMPER}" = no; then
+   AC_MSG_ERROR(['--with-nativecomp' requires '--with-dumping=pdumper'])
+fi
 AC_DEFINE_UNQUOTED(NATIVE_ELISP_SUFFIX, ".eln",
   [System extension for native compiled elisp])
 AC_SUBST(HAVE_NATIVE_COMP)



reply via email to

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