At 15:48 15-6-2001 +0200, Marcelo E. Magallon wrote:
Hi,
root@bolero test/xfstests # ./configure
[...]
checking for acl/acl.h... no
root@bolero test/xfstests # cat config.log
[...]
configure:1628: checking for acl/acl.h
configure:1638: gcc -E -I/usr/include/xfs conftest.c >/dev/null
2>conftest.out
configure:1634: acl/acl.h: No such file or directory
configure: failed program was:
#line 1633 "configure"
#include "confdefs.h"
#include <acl/acl.h>
Which comes from configure.in:
AC_CHECK_HEADER(acl/acl.h,, [
but:
root@bolero test/xfstests # rpm -ql acl-devel
[...]
/usr/include/sys/acl.h
Ok, there was a recent move of the acl include files and I think they
forgot to update the tests.
Bye
--
Seth
Every program has two purposes one for which
it was written and another for which it wasn't
I use the last kind.
|