summaryrefslogtreecommitdiff
path: root/erts/configure
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2022-01-25 12:48:07 +0100
committerRickard Green <rickard@erlang.org>2022-01-25 12:48:07 +0100
commitc5fc2b3621b0603452c8451464be27515ca2a7e5 (patch)
tree4860e6208e573cde8ea5c85e7e5e91373c4f476d /erts/configure
parent0b82cc7d62ab76aadfd706bcfb69b0e1ea76a400 (diff)
parenta06b1907d38b51e0db8347cbfd5321063bc0108b (diff)
downloaderlang-c5fc2b3621b0603452c8451464be27515ca2a7e5.tar.gz
Merge branch 'jdb/erts/remove-ERLANG_COMPILE_DATE' into maint
OTP-17891 * jdb/erts/remove-ERLANG_COMPILE_DATE: 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/configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/erts/configure b/erts/configure
index 3a6023ad7d..4fd1e8c648 100755
--- a/erts/configure
+++ b/erts/configure
@@ -811,7 +811,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
@@ -1526,8 +1525,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
@@ -4177,23 +4174,6 @@ else
fi
-# Check whether --enable-saved-compile-time was given.
-if test "${enable_saved_compile_time+set}" = set; then :
- enableval=$enable_saved_compile_time; case "$enableval" in
- no) save_compile_time=0 ;;
- *) save_compile_time=1 ;;
- esac
-else
- save_compile_time=1
-fi
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define ERTS_SAVED_COMPILE_TIME $save_compile_time
-_ACEOF
-
-
# Check whether --with-microstate-accounting was given.
if test "${with_microstate_accounting+set}" = set; then :