Fix OpenBSD compilation (bug#76009)

* configure.ac: Remove a bogus LD_SWITCH_SYSTEM for OpenBSD.
This commit is contained in:
Manuel Giraud 2025-02-03 16:57:58 +01:00 committed by Stefan Kangas
parent f3ac16b3cc
commit c4a67a4050

View file

@ -2161,9 +2161,7 @@ case "$opsys" in
;;
openbsd)
## Han Boetes <han@boetes.org> says this is necessary,
## otherwise Emacs dumps core on elf systems.
LD_SWITCH_SYSTEM="-Z"
:
;;
esac
AC_SUBST([LD_SWITCH_SYSTEM])