changeset 30533:44ec2e7c2488

I agree with Stu that this is the correct way to handle the Sun CC specific CFLAGS here. Fixes #11841.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Fri, 28 May 2010 04:13:53 +0000
parents c79748e14499
children 0a3490f24e2b
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri May 28 00:26:44 2010 +0000
+++ b/configure.ac	Fri May 28 04:13:53 2010 +0000
@@ -1342,7 +1342,7 @@
 fi
 
 if test "x$SUNCC" = "xyes"; then
-        CFLAGS="-features=extensions" 
+        CFLAGS="$CFLAGS -features=extensions" 
 fi
 AC_SUBST(CFLAGS)