bug-gnulib
[Top][All Lists]
Advanced

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

Re: Follow up to last post


From: Paul Eggert
Subject: Re: Follow up to last post
Date: Wed, 18 Jan 2023 14:18:25 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

On 1/18/23 05:53, Po Lu wrote:
+  gl_CHECK_FUNCS_ANDROID([utimensat], [[#include <sys/stat.h>]])
    if test $ac_cv_func_utimensat = no; then
      HAVE_UTIMENSAT=0
+    REPLACE_UTIMENSAT=1

REPLACE_UTIMENSAT=1 means utimensat is present but broken and needs to be replaced. However, $ac_cv_func_utimensat = no means utimensat is absent. So I'm puzzled as to why REPLACE_UTIMENSAT=1 would be appropriate here.



reply via email to

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