Mesa (master): fix typo

Alan Hourihane alanh at kemper.freedesktop.org
Tue Jan 26 19:18:41 UTC 2010


Module: Mesa
Branch: master
Commit: 18bb614acf3b9bbfd8c81253a6fd2fb24800dd70
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=18bb614acf3b9bbfd8c81253a6fd2fb24800dd70

Author: Alan Hourihane <alanh at vmware.com>
Date:   Tue Jan 26 19:18:32 2010 +0000

fix typo

---

 scons/gallium.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index 1a095d8..5aa0b7b 100644
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -276,8 +276,7 @@ def generate(env):
             '-Wmissing-prototypes',
             '-std=gnu99',
         ]
-        if env['CCVERSION'].startswith('4.2.') or
-           env['CCVERSION'].startswith('4.3.'):
+        if env['CCVERSION'].startswith('4.2.') or env['CCVERSION'].startswith('4.3.'):
 	    ccflags += [
             	'-Werror=pointer-arith',
 	    ]




More information about the mesa-commit mailing list