From: Peter Åstrand Date: Fri, 18 Feb 2005 11:37:05 +0000 (+0000) Subject: Do not disable BuildXKB on Solaris anymore. X-Git-Tag: v0.0.90~384^2~643 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b11e08a9c8337bd611e05316843bd98f968b2072;p=tigervnc.git 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 --- 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