summaryrefslogtreecommitdiff
path: root/erts/configure
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2022-01-25 12:49:13 +0100
committerRickard Green <rickard@erlang.org>2022-01-25 12:49:13 +0100
commit9f551fc0310e21acddf212c3b573bed72641493d (patch)
tree4663a28cf741da499d3943f662c37e7faae655f2 /erts/configure
parent9e64ed97e2327df185969711e282173a83867199 (diff)
parentc5fc2b3621b0603452c8451464be27515ca2a7e5 (diff)
downloaderlang-9f551fc0310e21acddf212c3b573bed72641493d.tar.gz
Merge branch 'maint'
* maint: Update configure scripts erts: Remove ERLANG_COMPILE_DATE from erl_version.h erts: Remove the unused mkver.c file
Diffstat (limited to 'erts/configure')
-rwxr-xr-xerts/configure19
1 files changed, 0 insertions, 19 deletions
diff --git a/erts/configure b/erts/configure
index 3e53a58f11..0ef0c1c8db 100755
--- a/erts/configure
+++ b/erts/configure
@@ -843,7 +843,6 @@ with_dynamic_trace
enable_vm_probes
with_assumed_cache_line_size
enable_systemd
-enable_saved_compile_time
with_microstate_accounting
enable_static_nifs
enable_static_drivers
@@ -1557,8 +1556,6 @@ Optional Features:
possible if --with-dynamic-trace is enabled, and
then default)
--enable-systemd enable systemd support in epmd
- --disable-saved-compile-time
- disable saved compile time
--enable-static-nifs link nifs statically. If yes then all nifs in all
Erlang/OTP applications will be statically linked
into the main binary. It is also possible to give a
@@ -5171,22 +5168,6 @@ else $as_nop
fi
-# Check whether --enable-saved-compile-time was given.
-if test ${enable_saved_compile_time+y}
-then :
- enableval=$enable_saved_compile_time; case "$enableval" in
- no) save_compile_time=0 ;;
- *) save_compile_time=1 ;;
- esac
-else $as_nop
- save_compile_time=1
-fi
-
-
-
-printf "%s\n" "#define ERTS_SAVED_COMPILE_TIME $save_compile_time" >>confdefs.h
-
-
# Check whether --with-microstate-accounting was given.
if test ${with_microstate_accounting+y}