pidgin: b1445962: I agree with Stu that this is the correc...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Fri May 28 00:25:50 EDT 2010


-----------------------------------------------------------------
Revision: b14459623a35c6926c2e383067d203bff65fd06f
Ancestor: c698c12f784eb7979a0e31f703ee39efa743060b
Author: rekkanoryo at pidgin.im
Date: 2010-05-28T04:13:53
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/b14459623a35c6926c2e383067d203bff65fd06f

Modified files:
        configure.ac

ChangeLog: 

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

-------------- next part --------------
============================================================
--- configure.ac	1735f0523633c803e9a301c37b8836ba06f1f42e
+++ configure.ac	558c1820c7fcf4bb270e4ee7012df11706f22a06
@@ -1342,7 +1342,7 @@ if test "x$SUNCC" = "xyes"; then
 fi
 
 if test "x$SUNCC" = "xyes"; then
-        CFLAGS="-features=extensions" 
+        CFLAGS="$CFLAGS -features=extensions" 
 fi
 AC_SUBST(CFLAGS)
 


More information about the Commits mailing list