From: Manuel Giraud Date: Mon, 3 Feb 2025 15:57:58 +0000 (+0100) Subject: Fix OpenBSD compilation (bug#76009) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb81954e6d41f3899641c3dc913ea0cca76dbf5b;p=emacs.git Fix OpenBSD compilation (bug#76009) * configure.ac: Remove a bogus LD_SWITCH_SYSTEM for OpenBSD. (cherry picked from commit c4a67a405072601b9d7dd95dc94c0b402e1e0ae6) --- 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])