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 fe7eaa9..e35e194 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