From 9a9a1c5fbc327311ce2bd53e8da5d1b68a1c9382 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 13 Mar 2010 17:36:44 +0100 Subject: Rename HAVE_X -> HAVE_X11 This change is just for consistency reasons. Signed-off-by: Johannes Schindelin --- client_examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client_examples') diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index fa71a50..ca5085d 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -21,7 +21,7 @@ SDLvncviewer_CFLAGS=$(SDL_CFLAGS) SDLvncviewer_SOURCES=SDLvncviewer.c scrap.c -if HAVE_X +if HAVE_X11 X11_LIB=-lX11 endif -- cgit v1.2.1