mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Fix OpenBSD compilation (bug#76009)
* configure.ac: Remove a bogus LD_SWITCH_SYSTEM for OpenBSD.
This commit is contained in:
parent
f3ac16b3cc
commit
c4a67a4050
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue