Minor simplification for src/Makefile.in.
authorGlenn Morris <rgm@gnu.org>
Thu, 13 May 2010 07:41:37 +0000 (00:41 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 May 2010 07:41:37 +0000 (00:41 -0700)
* src/Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
HAVE_WINDOW_SYSTEM must be too.

src/ChangeLog
src/Makefile.in

index 3b47ff6..2ec1397 100644 (file)
@@ -1,5 +1,8 @@
 2010-05-13  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
+       HAVE_WINDOW_SYSTEM must be too.
+
        * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
        (lisp): Remove WINNT_SUPPORT.
 
index ceff992..7ea2669 100644 (file)
@@ -353,11 +353,9 @@ ns_appresdir=@ns_appresdir@/
 ns_appsrc=@ns_appsrc@
 #endif  /* HAVE_NS */
 
-#ifdef HAVE_WINDOW_SYSTEM
 #ifdef HAVE_X_WINDOWS
 FONT_DRIVERS=$(FONT_OBJ)
 #endif /* HAVE_X_WINDOWS */
-#endif /* HAVE_WINDOW_SYSTEM */
 
 /* lastfile must follow all files
    whose initialized data areas should be dumped as pure by dump-emacs.  */