aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2009-05-06 02:51:52 +0000
committerStefan Monnier2009-05-06 02:51:52 +0000
commit834cf4368cc72709be4b4d656a5a835924cd14ef (patch)
treea454643b8d5d48d6b64c63387a6fe1a18edcbf75 /src
parentce1b23bb4edc6a43f9fae2d2a8f57a21c144d311 (diff)
downloademacs-834cf4368cc72709be4b4d656a5a835924cd14ef.tar.gz
emacs-834cf4368cc72709be4b4d656a5a835924cd14ef.zip
Don't define CANNOT_DUMP for GNUStep any more.
Diffstat (limited to 'src')
-rw-r--r--src/config.in5
1 files changed, 0 insertions, 5 deletions
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. */