]> git.proxmox.com Git - qemu.git/commit - configure
configure: Do not use 'sed -i'
authorPavel Borzenkov <pavel.borzenkov@gmail.com>
Thu, 10 Nov 2011 20:26:59 +0000 (00:26 +0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 11 Nov 2011 18:49:51 +0000 (12:49 -0600)
commitf2338fb48a3bca830aa1d694a117fe90751c3978
tree8f188bd6395426544aeefe28a075f1be5ef57ef5
parentd423675c94442dadb4bd751dac876385960ce109
configure: Do not use 'sed -i'

'sed -i' is not defined in POSIX. It doesn't work on Mac OS X the way
it's used in configure (without suffix argument). This patch implements
Peter Maydell's idea of xattr.h detection.

Cc: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure