# HG changeset patch # User Richard M. Stallman # Date 819854516 0 # Node ID 142e3db94b6909536d584f1d9f6ad3d6d8685397 # Parent f5bd72a6fe4806ed8ae55875f1a793e28f016337 (HAVE_MENUS): Renamed from HAVE_X_MENU. diff -r f5bd72a6fe48 -r 142e3db94b69 src/config.in --- a/src/config.in Mon Dec 25 00:33:14 1995 +0000 +++ b/src/config.in Mon Dec 25 01:21:56 1995 +0000 @@ -53,10 +53,10 @@ /* 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