diff admin/CPP-DEFINES @ 108580:877bec632371

If HAVE_X11, also HAVE_X_WINDOWS and HAVE_MENUS. * src/Makefile.in: Simplify cpp conditional. * admin/CPP-DEFINES: Comment.
author Glenn Morris <rgm@gnu.org>
date Fri, 14 May 2010 17:54:24 -0700
parents 58b814d12797
children 4e8dcb0d6fe0
line wrap: on
line diff
--- a/admin/CPP-DEFINES	Fri May 14 17:48:53 2010 -0700
+++ b/admin/CPP-DEFINES	Fri May 14 17:54:24 2010 -0700
@@ -22,6 +22,9 @@
 NS_IMPL_COCOA	Compile support for Cocoa (Apple) implementation of NS GUI API.
 HAVE_X11	Compile support for the X11 GUI.
 HAVE_X_WINDOWS	Compile support for X Window system
+  (It looks like, nowadays, if HAVE_X11 is set, HAVE_X_WINDOWS must
+   be, and vice versa.  At least, this is true for configure, and
+   msdos; not sure about nt.)
 USE_LUCID	Use the Lucid toolkit for menus&scrollbars.  Requires HAVE_X11.
 USE_MOTIF	Use the Motif toolkit for menus&scrollbars.  Requires HAVE_X11.
 USE_GTK		Use the Gtk   toolkit for menus&scrollbars.  Requires HAVE_X11.