diff options
| author | Dan Nicolaescu | 2008-07-24 18:35:33 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-24 18:35:33 +0000 |
| commit | 67725bd8db7c7168d08d6a137df04bea21f346ba (patch) | |
| tree | ee28e36a4f0831cff39b64b0573bfdf8ab1563cf /src/Makefile.in | |
| parent | c796009c22941b21f31621cd9921d17e994d78dc (diff) | |
| download | emacs-67725bd8db7c7168d08d6a137df04bea21f346ba.tar.gz emacs-67725bd8db7c7168d08d6a137df04bea21f346ba.zip | |
(HAVE_X11): Remove empty #else.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
| 399 | #else /* not HAVE_X11 */ | 399 | #else /* not HAVE_X11 */ |
| 400 | LIBX= $(LIBXMENU) LD_SWITCH_X_SITE | 400 | LIBX= $(LIBXMENU) LD_SWITCH_X_SITE |
| 401 | #endif /* not HAVE_X11 */ | 401 | #endif /* not HAVE_X11 */ |
| 402 | #else /* not HAVE_X_WINDOWS */ | ||
| 403 | #endif /* not HAVE_X_WINDOWS */ | 402 | #endif /* not HAVE_X_WINDOWS */ |
| 404 | 403 | ||
| 405 | #if HAVE_GPM | 404 | #if HAVE_GPM |