Re: [Qemu-devel] [PATCH 1.0] configure: Do not use 'sed -i'

2011-11-11 Thread Anthony Liguori
On 11/10/2011 02:26 PM, Pavel Borzenkov wrote: '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 Signed-off-by: Pavel Borzenkov Applied. Tha

Re: [Qemu-devel] [PATCH 1.0] configure: Do not use 'sed -i'

2011-11-10 Thread Peter Maydell
On 10 November 2011 20:26, Pavel Borzenkov wrote: > '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 > Signed-off-by: Pavel Borzenkov

[Qemu-devel] [PATCH 1.0] configure: Do not use 'sed -i'

2011-11-10 Thread Pavel Borzenkov
'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 Signed-off-by: Pavel Borzenkov --- configure |6 +- 1 files changed, 5 insertions(+)