Mercurial > emacs
changeset 103161:00f44d8d6bda
Don't define CANNOT_DUMP for GNUStep any more.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 06 May 2009 02:51:52 +0000 |
parents | 505b0e9f0379 |
children | cb1886d1427b |
files | ChangeLog configure.in src/config.in |
diffstat | 3 files changed, 6 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed May 06 02:49:35 2009 +0000 +++ b/ChangeLog Wed May 06 02:51:52 2009 +0000 @@ -1,3 +1,7 @@ +2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> + + * configure.in: Don't define CANNOT_DUMP for GNUStep any more. + 2009-05-05 Per Starbäck <per@starback.se> (tiny change) * BUGS: Use new binding of view-emacs-problems. @@ -15,8 +19,8 @@ 2009-04-19 Jan Djärv <jan.h.d@swipnet.se> - * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER): Check - if it is declared in gtk.h. + * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER): + Check if it is declared in gtk.h. 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
--- a/configure.in Wed May 06 02:49:35 2009 +0000 +++ b/configure.in Wed May 06 02:51:52 2009 +0000 @@ -2607,11 +2607,6 @@ #define HAVE_MOUSE #endif -/* Sadly for now, GNUstep dump does not work. */ -#ifdef NS_IMPL_GNUSTEP -#define CANNOT_DUMP -#endif - /* Define AMPERSAND_FULL_NAME if you use the convention that & in the full name stands for the login id. */ /* Turned on June 1996 supposing nobody will mind it. */
--- a/src/config.in Wed May 06 02:49:35 2009 +0000 +++ b/src/config.in Wed May 06 02:51:52 2009 +0000 @@ -990,11 +990,6 @@ #define HAVE_MOUSE #endif -/* Sadly for now, GNUstep dump does not work. */ -#ifdef NS_IMPL_GNUSTEP -#define CANNOT_DUMP -#endif - /* Define AMPERSAND_FULL_NAME if you use the convention that & in the full name stands for the login id. */ /* Turned on June 1996 supposing nobody will mind it. */