util: remove LIST_ADD macro
[mesa.git] / src / gallium / drivers / svga / SConscript
index 0ee624616f974e05268ad1f7daac0cec2c0c036d..efed9790b77d78ab85e4c78b7145f82291bb09f1 100644 (file)
@@ -5,14 +5,9 @@ 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', 
-       ])
-       
 env.Prepend(CPPPATH = [
        'include',
 ])