]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix OpenBSD compilation (bug#76009)
authorManuel Giraud <manuel@ledu-giraud.fr>
Mon, 3 Feb 2025 15:57:58 +0000 (16:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:02:29 +0000 (09:02 +0100)
* configure.ac: Remove a bogus LD_SWITCH_SYSTEM for OpenBSD.

(cherry picked from commit c4a67a405072601b9d7dd95dc94c0b402e1e0ae6)

configure.ac

index 87de8a80c673cc3c600fe759ccb0f471a62eff40..4dd897967c729102a909f03671d8299ce1eac11a 100644 (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])