From fdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 9 Sep 2014 15:40:04 +0200 Subject: [PATCH] The HAVE_X11 define is not there anymore, but we don't need it either. --- client_examples/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index 2779d53..a6ba020 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -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