]> git.eshelyaron.com Git - emacs.git/commitdiff
(MOUSE_SUPPORT): Define for HAVE_GPM.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 3 Jun 2007 00:41:36 +0000 (00:41 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 3 Jun 2007 00:41:36 +0000 (00:41 +0000)
src/Makefile.in

index 65a604bf78c68d7416d510dbb92d76412371c146..a19cf3969fee7a27a2bb2dce26b76e438d51f114 100644 (file)
@@ -673,8 +673,12 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO
 #define MOUSE_SUPPORT ${lispsource}mouse.elc \
   ${lispsource}select.elc ${lispsource}scroll-bar.elc
 #else
+#ifdef HAVE_GPM
+#define MOUSE_SUPPORT ${lispsource}mouse.elc
+#else
 #define MOUSE_SUPPORT
 #endif
+#endif
 
 #ifdef VMS
 #define VMS_SUPPORT ${lispsource}vmsproc.elc ${lispsource}vms-patch.elc