From: Paul Eggert Date: Thu, 26 Oct 2017 03:47:48 +0000 (-0700) Subject: Fix duplicate .o file on QNX X-Git-Tag: emacs-26.0.91~467 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=685fd779592db0019b8489a06d72ec4bebef3c9a;p=emacs.git 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 --- diff --git a/configure.ac b/configure.ac index ca75136474e..d397e8fa7e1 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