summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-12-25 01:21:56 +0000
committerRichard M. Stallman <rms@gnu.org>1995-12-25 01:21:56 +0000
commitb6468730bbcb4aa1d5a3aff43189618fb3a05e9f (patch)
tree4960d38be958432052a4b35257cc9c20f6445891 /src/config.in
parent62f91342810f83e0450425f16fdc56264995d1d0 (diff)
downloademacs-b6468730bbcb4aa1d5a3aff43189618fb3a05e9f.tar.gz
(HAVE_MENUS): Renamed from HAVE_X_MENU.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.in b/src/config.in
index 6a476f431eb..068222c3c87 100644
--- a/src/config.in
+++ b/src/config.in
@@ -53,10 +53,10 @@ and this notice must be preserved on all copies. */
/* Define this if you're using XFree386. */
#undef HAVE_XFREE386
-/* Define HAVE_X_MENU if you want to use the X window menu system.
- This appears to work on some machines that support X
- and not on others. */
-#undef HAVE_X_MENU
+/* Define HAVE_MENUS if you have mouse menus.
+ (This is automatic if you use X, but the option to specify it remains.)
+ It is also defined with other window systems that support xmenu.c. */
+#undef HAVE_MENUS
/* Define if we have the X11R6 or newer version of Xt. */
#undef HAVE_X11XTR6