Re: [PATCH] configure: handle KCC on case-insensitive filesystems
Jim Meyering <[email protected]>
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <CA+8g5KGT9edqKhkK2o=8dmNS-GJRpvgcg6rwuNeGTD9zwm2O7A@mail.gmail.com> |
On Thu, Dec 9, 2021 at 10:56 PM Mike Frysinger <[email protected]> wrote: > This fixes https://debbugs.gnu.org/21336. On macOS 10.10, there seems Note that I still see kcc on 12.0.1 > to be a kerberos tool installed as "kcc" which breaks the check. > > Also resync with latest autoconf which searches for clang++ too. > > * configure.ac: Skip KCC check on case-insensitive filesystems. Add > clang++ to the C++ search list. Modulo that log nit, this commit looks fine. Thanks!