changeset 18774:95b4ac950a5d

(init_display): Go ahead and prepare for a X configuration in the CANNOT_DUMP case.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jul 1997 23:20:41 +0000
parents c7ba19cdcf30
children fcfa336f737e
files src/dispnew.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Sun Jul 13 21:31:12 1997 +0000
+++ b/src/dispnew.c	Sun Jul 13 23:20:41 1997 +0000
@@ -2498,7 +2498,11 @@
       display_arg = (display != 0 && *display != 0);
     }
 
-  if (!inhibit_window_system && display_arg && initialized)
+  if (!inhibit_window_system && display_arg 
+#ifndef CANNOT_DUMP
+     && initialized
+#endif
+     )
     {
       Vwindow_system = intern ("x");
 #ifdef HAVE_X11