# HG changeset patch # User John Bailey # Date 1275020033 0 # Node ID 44ec2e7c24881c9a792acae05b6883aa4c9d6cdb # Parent c79748e14499ab34caf59f6f384be5a9d28a5773 I agree with Stu that this is the correct way to handle the Sun CC specific CFLAGS here. Fixes #11841. diff -r c79748e14499 -r 44ec2e7c2488 configure.ac --- 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)