aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBT Templeton <[email protected]>2012-06-15 02:33:33 -0400
committerRobin Templeton <[email protected]>2015-02-09 13:04:17 -0500
commit6c4587f910f8e37e993ab1dc5b90e111567cc822 (patch)
tree72c29a57fd439093f17c8cacf61a5d4d8e010430 /configure.ac
parentf3e7a406163e8bf7342e3e40d3881905725005dc (diff)
disable dumping
* configure.in: Unconditionally define CANNOT_DUMP. Permit dynamic linking of libgc.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 2 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index e21ad47a0e..b316dfea86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1192,19 +1192,8 @@ AC_CACHE_CHECK([whether addresses are sanitized],
dnl The function dump-emacs will not be defined and temacs will do
dnl (load "loadup") automatically unless told otherwise.
-test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no
-case "$opsys" in
- your-opsys-here) CANNOT_DUMP=yes ;;
-esac
-
-if test "$CANNOT_DUMP" = "yes"; then
- AC_DEFINE(CANNOT_DUMP, 1, [Define if Emacs cannot be dumped on your system.])
-elif test "$emacs_cv_sanitize_address" = yes; then
- AC_MSG_WARN([[Addresses are sanitized; suggest CANNOT_DUMP=yes]])
-fi
-
-AC_SUBST(CANNOT_DUMP)
-
+AC_DEFINE(CANNOT_DUMP, 1, [Define if Emacs cannot be dumped on your system.])
+AC_SUBST(CANNOT_DUMP, yes)
UNEXEC_OBJ=unexelf.o
case "$opsys" in