diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c index da5916990d5..9209e4f7d6b 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -519,10 +519,8 @@ main (argc, argv, envp) #ifdef HAVE_X11 syms_of_xselect (); #endif -#ifdef HAVE_X_WINDOWS -#ifndef NO_X_MENU +#ifdef HAVE_X_MENU syms_of_xmenu (); -#endif /* not NO_X_MENU */ #endif /* HAVE_X_MENU */ #endif /* HAVE_X_WINDOWS */ |