diff options
| author | Stefan Monnier | 2009-05-06 02:51:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-05-06 02:51:52 +0000 |
| commit | 834cf4368cc72709be4b4d656a5a835924cd14ef (patch) | |
| tree | a454643b8d5d48d6b64c63387a6fe1a18edcbf75 | |
| parent | ce1b23bb4edc6a43f9fae2d2a8f57a21c144d311 (diff) | |
| download | emacs-834cf4368cc72709be4b4d656a5a835924cd14ef.tar.gz emacs-834cf4368cc72709be4b4d656a5a835924cd14ef.zip | |
Don't define CANNOT_DUMP for GNUStep any more.
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.in | 5 | ||||
| -rw-r--r-- | src/config.in | 5 |
3 files changed, 6 insertions, 12 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * configure.in: Don't define CANNOT_DUMP for GNUStep any more. | ||
| 4 | |||
| 1 | 2009-05-05 Per Starbäck <per@starback.se> (tiny change) | 5 | 2009-05-05 Per Starbäck <per@starback.se> (tiny change) |
| 2 | 6 | ||
| 3 | * BUGS: Use new binding of view-emacs-problems. | 7 | * BUGS: Use new binding of view-emacs-problems. |
| @@ -15,8 +19,8 @@ | |||
| 15 | 19 | ||
| 16 | 2009-04-19 Jan Djärv <jan.h.d@swipnet.se> | 20 | 2009-04-19 Jan Djärv <jan.h.d@swipnet.se> |
| 17 | 21 | ||
| 18 | * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER): Check | 22 | * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER): |
| 19 | if it is declared in gtk.h. | 23 | Check if it is declared in gtk.h. |
| 20 | 24 | ||
| 21 | 2009-04-12 Andreas Schwab <schwab@linux-m68k.org> | 25 | 2009-04-12 Andreas Schwab <schwab@linux-m68k.org> |
| 22 | 26 | ||
diff --git a/configure.in b/configure.in index 2caf072c304..c395ccf80a8 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2607,11 +2607,6 @@ AH_BOTTOM([ | |||
| 2607 | #define HAVE_MOUSE | 2607 | #define HAVE_MOUSE |
| 2608 | #endif | 2608 | #endif |
| 2609 | 2609 | ||
| 2610 | /* Sadly for now, GNUstep dump does not work. */ | ||
| 2611 | #ifdef NS_IMPL_GNUSTEP | ||
| 2612 | #define CANNOT_DUMP | ||
| 2613 | #endif | ||
| 2614 | |||
| 2615 | /* Define AMPERSAND_FULL_NAME if you use the convention | 2610 | /* Define AMPERSAND_FULL_NAME if you use the convention |
| 2616 | that & in the full name stands for the login id. */ | 2611 | that & in the full name stands for the login id. */ |
| 2617 | /* Turned on June 1996 supposing nobody will mind it. */ | 2612 | /* 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 <http://www.gnu.org/licenses/>. */ | |||
| 990 | #define HAVE_MOUSE | 990 | #define HAVE_MOUSE |
| 991 | #endif | 991 | #endif |
| 992 | 992 | ||
| 993 | /* Sadly for now, GNUstep dump does not work. */ | ||
| 994 | #ifdef NS_IMPL_GNUSTEP | ||
| 995 | #define CANNOT_DUMP | ||
| 996 | #endif | ||
| 997 | |||
| 998 | /* Define AMPERSAND_FULL_NAME if you use the convention | 993 | /* Define AMPERSAND_FULL_NAME if you use the convention |
| 999 | that & in the full name stands for the login id. */ | 994 | that & in the full name stands for the login id. */ |
| 1000 | /* Turned on June 1996 supposing nobody will mind it. */ | 995 | /* Turned on June 1996 supposing nobody will mind it. */ |