]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_X11): Remove empty #else.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 24 Jul 2008 18:35:33 +0000 (18:35 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 24 Jul 2008 18:35:33 +0000 (18:35 +0000)
src/ChangeLog
src/Makefile.in

index e6b795458660921078f5b52a0bff863d52604182..4760fbafb4afc267511b5f1110227362b59a90d3 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (HAVE_X11): Remove empty #else.
+
 2008-07-24  Andreas Schwab  <schwab@suse.de>
 
        * fileio.c (Finsert_file_contents): Properly adjust undo list
index e15cf0caf7c4203456da2083d864c7218710b4ba..3dcaa83ad005569450e89bd3e340c66846c9d2c5 100644 (file)
@@ -399,7 +399,6 @@ LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM L
 #else /* not HAVE_X11 */
 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE
 #endif /* not HAVE_X11 */
-#else /* not HAVE_X_WINDOWS */
 #endif /* not HAVE_X_WINDOWS */
 
 #if HAVE_GPM