scons: use python3-compatible print()
[mesa.git] / src / gallium / drivers / svga / SConscript
index bb4d034f1ebbff70483cdbf58554bf211afd4ac7..9c4806c715855b180d1c912fee36425d2421bf44 100644 (file)
@@ -5,15 +5,13 @@ env = env.Clone()
 env.MSVC2013Compat()
 
 if env['suncc']:
-       print 'warning: not building svga'
+       print('warning: not building svga')
        Return()
 
-if env['gcc'] or env['clang']:
-       env.Append(CPPDEFINES = [
-               'HAVE_STDINT_H', 
-               'HAVE_SYS_TYPES_H',
-       ])
-       
+env.Append(CPPDEFINES = [
+       'HAVE_STDINT_H',
+])
+
 env.Prepend(CPPPATH = [
        'include',
 ])