From b11e08a9c8337bd611e05316843bd98f968b2072 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Fri, 18 Feb 2005 11:37:05 +0000 Subject: [PATCH] Do not disable BuildXKB on Solaris anymore. Define HasGcc3 instead of HasGcc2 when building on Solaris. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@192 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- xc/config/cf/vnc.def | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xc/config/cf/vnc.def b/xc/config/cf/vnc.def index fe7eaa9a..e35e1946 100644 --- a/xc/config/cf/vnc.def +++ b/xc/config/cf/vnc.def @@ -14,8 +14,7 @@ #ifdef SunArchitecture #define ProjectRoot /usr/openwin -#define HasGcc2 YES -#define BuildXKB NO +#define HasGcc3 YES #endif #define BuildVNCExt YES -- 2.39.5