File 0859-Update-configure-scripts.patch of Package erlang
From 7b439ddba08e1aae4435bc59ccdf34bead94f4ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Backstr=C3=B6m?= <lukas@erlang.org>
Date: Tue, 11 Feb 2025 08:45:44 +0100
Subject: [PATCH] Update configure scripts
---
erts/configure | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/erts/configure b/erts/configure
index d8bd60ccd5..15525d24a4 100755
--- a/erts/configure
+++ b/erts/configure
@@ -1593,10 +1593,8 @@ Optional Features:
--disable-ppc-lwsync-instruction
disable use of powerpc lwsync instruction
--enable-builtin-zlib force use of our own built-in zlib
- --enable-esock enable builtin experimental socket (as a nif)
- support (default)
- --disable-esock disable builtin experimental socket (as a nif)
- support
+ --enable-esock enable builtin socket (as a nif) support (default)
+ --disable-esock disable builtin socket (as a nif) support
--enable-esock-rcvsndtimeo
enable use of the option(s) rcvtimeo and sndtimeo
--disable-esock-rcvsndtimeo
--
2.43.0