diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 8 |
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. */ | |||
| 53 | /* Define this if you're using XFree386. */ | 53 | /* Define this if you're using XFree386. */ |
| 54 | #undef HAVE_XFREE386 | 54 | #undef HAVE_XFREE386 |
| 55 | 55 | ||
| 56 | /* Define HAVE_X_MENU if you want to use the X window menu system. | 56 | /* Define HAVE_MENUS if you have mouse menus. |
| 57 | This appears to work on some machines that support X | 57 | (This is automatic if you use X, but the option to specify it remains.) |
| 58 | and not on others. */ | 58 | It is also defined with other window systems that support xmenu.c. */ |
| 59 | #undef HAVE_X_MENU | 59 | #undef HAVE_MENUS |
| 60 | 60 | ||
| 61 | /* Define if we have the X11R6 or newer version of Xt. */ | 61 | /* Define if we have the X11R6 or newer version of Xt. */ |
| 62 | #undef HAVE_X11XTR6 | 62 | #undef HAVE_X11XTR6 |