(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 e6b7954..4760fba 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 e15cf0c..3dcaa83 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