From eb7c80c0cbf1b484739ccfc7ea13ff54a416bc0d Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Thu, 30 Jan 2014 00:16:31 +0400 Subject: [PATCH] updated X11 test makefile for old systems Former-commit-id: 00fa074dd4c2b7420b4bef2cf15b31add7fe2e36 --- src/test/X11/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/X11/makefile b/src/test/X11/makefile index 7a9e324f..5a390a4e 100644 --- a/src/test/X11/makefile +++ b/src/test/X11/makefile @@ -1,3 +1,5 @@ +#for old systems like RHEL4 use +#CFLAGS=-L/usr/X11R6/lib -lX11 CFLAGS=-lX11 export CFLAGS