On 25/04/15 07:25, Paul Eggert wrote:
And add a new module file-has-acl-tests to match.
This does not build for me on CentOS 6.
gcc -std=gnu99 -g -O2 -Wall -o test-file-has-acl test-file-has-acl.o
../gllib/libgnu.a -lm -lm -lm -lm -lm -lm -lm -lm -lm -lm -lm
../gllib/libgnu.a(file-has-acl.o): In function `file_has_acl':
/home/tgc/projects/gnulib/build/gllib/file-has-acl.c:88: undefined
reference to `acl_extended_file'
collect2: ld returned 1 exit status
$ rpm -q libacl-devel
libacl-devel-2.2.49-6.el6.x86_64
-tgc