Fri, 28 May 2010 04:13:53 +0000
I agree with Stu that this is the correct way to handle the Sun CC specific CFLAGS here. Fixes #11841.
--- 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)