aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2009-05-06 02:51:52 +0000
committerStefan Monnier2009-05-06 02:51:52 +0000
commit834cf4368cc72709be4b4d656a5a835924cd14ef (patch)
treea454643b8d5d48d6b64c63387a6fe1a18edcbf75
parentce1b23bb4edc6a43f9fae2d2a8f57a21c144d311 (diff)
downloademacs-834cf4368cc72709be4b4d656a5a835924cd14ef.tar.gz
emacs-834cf4368cc72709be4b4d656a5a835924cd14ef.zip
Don't define CANNOT_DUMP for GNUStep any more.
-rw-r--r--ChangeLog8
-rw-r--r--configure.in5
-rw-r--r--src/config.in5
3 files changed, 6 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 223e94573ac..d33bfe8bf27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
4
12009-05-05 Per Starbäck <per@starback.se> (tiny change) 52009-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
162009-04-19 Jan Djärv <jan.h.d@swipnet.se> 202009-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
212009-04-12 Andreas Schwab <schwab@linux-m68k.org> 252009-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. */