summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index b5650e356e7..14c803f2b39 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -540,7 +540,7 @@ main (argc, argv, envp)
#ifdef HAVE_X11
syms_of_xselect ();
#endif
-#ifdef HAVE_X_WINDOW
+#ifdef HAVE_X_WINDOWS
#ifndef NO_X_MENU
syms_of_xmenu ();
#endif /* not NO_X_MENU */