mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08: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
1 changed files with 1 additions and 3 deletions
|
|
@ -2161,9 +2161,7 @@ case "$opsys" in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
openbsd)
|
openbsd)
|
||||||
## Han Boetes <han@boetes.org> says this is necessary,
|
:
|
||||||
## otherwise Emacs dumps core on elf systems.
|
|
||||||
LD_SWITCH_SYSTEM="-Z"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
AC_SUBST([LD_SWITCH_SYSTEM])
|
AC_SUBST([LD_SWITCH_SYSTEM])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue