Don't compress spaces in CFLAGS and friends
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 24 Feb 2011 15:20:18 +0000 (15:20 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 24 Feb 2011 15:20:18 +0000 (15:20 +0000)
commit5cad0830698541bcea2fd6b200038ae96fde051d
treee447a392cc8a6e272b08cf7e32c78cb976d61f48
parente2d004842193494890b139e5d199b8b1b42aeac3
Don't compress spaces in CFLAGS and friends

Not all sed implementations understand "+" with its POSIX extended regular
expression semantics, and compressing spaces is purely cosmetic anyway.
Let's just drop this.
configure.in