From: Stefan Monnier Date: Wed, 6 May 2009 02:51:52 +0000 (+0000) Subject: Don't define CANNOT_DUMP for GNUStep any more. X-Git-Tag: emacs-pretest-23.0.94~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=834cf4368cc72709be4b4d656a5a835924cd14ef;p=emacs.git Don't define CANNOT_DUMP for GNUStep any more. --- diff --git a/ChangeLog b/ChangeLog index 223e94573ac..d33bfe8bf27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-06 Stefan Monnier + + * configure.in: Don't define CANNOT_DUMP for GNUStep any more. + 2009-05-05 Per Starbäck (tiny change) * BUGS: Use new binding of view-emacs-problems. @@ -15,8 +19,8 @@ 2009-04-19 Jan Djärv - * 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 diff --git a/configure.in b/configure.in index 2caf072c304..c395ccf80a8 100644 --- a/configure.in +++ b/configure.in @@ -2607,11 +2607,6 @@ AH_BOTTOM([ #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. */ diff --git a/src/config.in b/src/config.in index d71cf9eb31f..ccc9689eb3f 100644 --- a/src/config.in +++ b/src/config.in @@ -990,11 +990,6 @@ along with GNU Emacs. If not, see . */ #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. */