bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNULIB v2 1/2] file-has-acl: Split feature tests again


From: Paul Eggert
Subject: Re: [GNULIB v2 1/2] file-has-acl: Split feature tests again
Date: Wed, 27 May 2015 11:14:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

I found one nit:

+    AC_CHECK_HEADERS([linux/xattr.h])
+    AC_CHECK_HEADERS([sys/xattr.h],
+      [AC_CHECK_FUNCS_ONCE([getxattr])])

This is missing _ONCE and non-ONCE calls, which doesn't work as expected. Simplest fix is to replace AC_CHECK_FUNCS_ONCE with AC_CHECK_FUNCS.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]