Don't define CANNOT_DUMP for GNUStep any more.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 6 May 2009 02:51:52 +0000 (02:51 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 6 May 2009 02:51:52 +0000 (02:51 +0000)
ChangeLog
configure.in
src/config.in

index 223e945..d33bfe8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 2caf072..c395ccf 100644 (file)
@@ -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.  */
index d71cf9e..ccc9689 100644 (file)
@@ -990,11 +990,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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.  */