I agree with Stu that this is the correct way to handle the Sun CC specific

Fri, 28 May 2010 04:13:53 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Fri, 28 May 2010 04:13:53 +0000
changeset 30357
f795e03bf384
parent 30356
086e361eb7a9
child 30360
989b69596060

I agree with Stu that this is the correct way to handle the Sun CC specific
CFLAGS here. Fixes #11841.

configure.ac file | annotate | diff | comparison | revisions
--- 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)
 

mercurial