Hello,

On 2024/02/27 23:21, Alexander Danilov via dev wrote:
> Hello.
> 
> Due to an error in configure.ac we've got a wrong C-code for testing "whether 
> getcwd works":
> In config.log:
> conftest.c:29:18: error: initializer element is not constant
>       char *cwd = getcwd(NULL, 0);
>                   ^~~~~~
> conftest.c:30:6: error: expected identifier or '(' before 'return'
>       return (cwd != NULL) ? EXIT_SUCCESS : EXIT_FAILURE;
>       ^~~~~~
> configure:17623: $? = 1
> configure: program exited with status 1
> configure: failed program was:

<snip>

As long as I read Subversion's configure.ac, there does not exist such
a test for getcwd().

Did you intend to post to some other mailing list than here,
dev@subversion.apache.org ?

Regards,
-- 
Yasuhito FUTATSUKI <futat...@yf.bsdclub.org>

Reply via email to