From eb81954e6d41f3899641c3dc913ea0cca76dbf5b Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Mon, 3 Feb 2025 16:57:58 +0100 Subject: [PATCH] Fix OpenBSD compilation (bug#76009) * configure.ac: Remove a bogus LD_SWITCH_SYSTEM for OpenBSD. (cherry picked from commit c4a67a405072601b9d7dd95dc94c0b402e1e0ae6) --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 87de8a80c67..4dd897967c7 100644 --- a/configure.ac +++ b/configure.ac @@ -2161,9 +2161,7 @@ case "$opsys" in ;; openbsd) - ## Han Boetes says this is necessary, - ## otherwise Emacs dumps core on elf systems. - LD_SWITCH_SYSTEM="-Z" + : ;; esac AC_SUBST([LD_SWITCH_SYSTEM]) -- 2.39.5