From: Dan Nicolaescu Date: Thu, 24 Jul 2008 18:35:33 +0000 (+0000) Subject: (HAVE_X11): Remove empty #else. X-Git-Tag: emacs-pretest-23.0.90~3914 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67725bd8db7c7168d08d6a137df04bea21f346ba;p=emacs.git (HAVE_X11): Remove empty #else. --- diff --git a/src/ChangeLog b/src/ChangeLog index e6b79545866..4760fbafb4a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-07-24 Dan Nicolaescu + + * Makefile.in (HAVE_X11): Remove empty #else. + 2008-07-24 Andreas Schwab * fileio.c (Finsert_file_contents): Properly adjust undo list diff --git a/src/Makefile.in b/src/Makefile.in index e15cf0caf7c..3dcaa83ad00 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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