emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100175: Missing part of previous com


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100175: Missing part of previous commit.
Date: Thu, 06 May 2010 19:59:20 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100175
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-05-06 19:59:20 -0700
message:
  Missing part of previous commit.
  * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
modified:
  src/s/openbsd.h
=== modified file 'src/s/openbsd.h'
--- a/src/s/openbsd.h   2010-05-04 03:13:35 +0000
+++ b/src/s/openbsd.h   2010-05-07 02:59:20 +0000
@@ -1,20 +1,13 @@
-/* s/ file for openbsd systems.  */
+/* System file for openbsd.  */
 
 /* Mostly the same as NetBSD.  */
 #include "netbsd.h"
 
 /*  David Mazieres <address@hidden> says this
     is necessary.  Otherwise Emacs dumps core when run -nw.  */
+#define TERMINFO
 #undef LIBS_TERMCAP
-
-#define TERMINFO
 #define LIBS_TERMCAP -lncurses
 
-#undef LD_SWITCH_SYSTEM
-
-  /*  Han Boetes <address@hidden> says this
-      is necessary,  otherwise Emacs dumps core on elf systems.  */
-#define LD_SWITCH_SYSTEM $(LD_SWITCH_X_SITE_AUX_RPATH) -Z
-
 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2
    (do not change this comment) */


reply via email to

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