
Hi, Rich It works fine for me! Thank you! Anyway, Tab and Space is different line by line. 1st point + AC_CHECK_HEADERS(xen/xen.h xen/version.h xen/dom0_ops.h,,[ + AC_MSG_ERROR([Cannot find standard Xen headers. Is xen-devel installed?]) 2nd point + dnl Search for the location of <xen/{linux,sys}/privcmd.h>. + AC_CHECK_HEADERS(xen/sys/privcmd.h,,[ + AC_CHECK_HEADERS(xen/linux/privcmd.h,,[ + AC_MSG_ERROR([Cannot find header file <xen/linux/privcmd.h> or <xen/sys/privcmd.h>. Is xen-devel installed?]) + ], Thanks Atsushi SAKAI "Richard W.M. Jones" <rjones@redhat.com> wrote:
John Levon wrote:
On Wed, Jul 18, 2007 at 03:17:20PM +0100, Richard W.M. Jones wrote:
Can you test the attached patch to see if it fixes this problem for you?
It's much preferred to test xen/sys/privcmd.h first. This is what is used with current Xen onwards, i.e. xen/linux/privcmd.h should only be a fallback, not preferred.
Updated patch, just swaps the order of the tests.
Rich.
-- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 03798903