Commit fdf5f887 authored by Christian Beier's avatar Christian Beier

The HAVE_X11 define is not there anymore, but we don't need it either.

parent d999a8ea
......@@ -20,12 +20,8 @@ SDLVIEWER=SDLvncviewer
SDLvncviewer_CFLAGS=$(SDL_CFLAGS)
SDLvncviewer_SOURCES=SDLvncviewer.c scrap.c scrap.h
if HAVE_X11
X11_LIB=-lX11
endif
# thanks to autoconf, this looks ugly
SDLvncviewer_LDADD=$(LDADD) $(SDL_LIBS) $(X11_LIB)
SDLvncviewer_LDADD=$(LDADD) $(SDL_LIBS)
endif
if HAVE_LIBGTK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment