GNOME Bugzilla – Bug 667308
build: Use "$SED" instead of "sed" directly and avoid the "-E" flag
Last modified: 2012-01-05 11:47:12 UTC
Created attachment 204626 [details] [review] patch Configure will check for a GNU compatible sed program and store it in $SED. GNU compatible does not mean it _is_ the GNU sed program. The "-E" flag is GNU specific, but also implemented by some (all?) BSD variants of the program, but not by other variants such as the one found on Solaris.
This is a fix for your own internal changes.