emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 685fd77: Fix duplicate .o file on QNX


From: Paul Eggert
Subject: [Emacs-diffs] emacs-26 685fd77: Fix duplicate .o file on QNX
Date: Wed, 25 Oct 2017 23:48:29 -0400 (EDT)

branch: emacs-26
commit 685fd779592db0019b8489a06d72ec4bebef3c9a
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Fix duplicate .o file on QNX
    
    * configure.ac (CYGWIN_OBJ): Leave empty on QNX.
    Problem reported by Elad Lahav in:
    https://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00750.html
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index ca75136..d397e8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5153,8 +5153,6 @@ elif test "$opsys" = "mingw32"; then
   CYGWIN_OBJ=
   PRE_ALLOC_OBJ=
   POST_ALLOC_OBJ=lastfile.o
-elif test "$opsys" = "qnxnto"; then
-  CYGWIN_OBJ=sheap.o
 else
   CYGWIN_OBJ=
   PRE_ALLOC_OBJ=lastfile.o



reply via email to

[Prev in Thread] Current Thread [Next in Thread]