Re: [Oorexx-devel] Is this check still needed?

2018-12-15 Thread Erich Steinböck
I've removed the HAVE_GETUSERATTR test from CMake ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

[Oorexx-devel] Is this check still needed?

2018-12-15 Thread Jason Martin
r11608 grep -n -i -r -e getuserattr -e HAVE_GETUSERATTR . config.h.in.cmake:39:/* Define to 1 if you have the `getuserattr' function. */ config.h.in.cmake:40:#cmakedefine HAVE_GETUSERATTR CMakeLists.txt:336:  check_function_exists(getuserattr HAVE_GETUSERATTR) _