On Mon, 23 May 2022 at 13:29, Bryan Drewery <bdrewery@xxxxxxxxxxx> wrote: > > > +AC_MSG_CHECKING([for caph_cache_tzdata]) > > +AC_LINK_IFELSE( > > + [AC_LANG_PROGRAM([[ #include <capsicum_helpers.h> ]], > > + [[caph_cache_tzdata();]])], > > + [ AC_MSG_RESULT([yes]) ], > > + [ AC_MSG_RESULT([no]) ] > > +) > > + > > I think something is missing here. There is no HAVE_CAPH_CACHE_TZDATA in > config.h.in. Indeed, it works for me locally if I add "AC_DEFINE([HAVE_CAPH_CACHE_TZDATA], ..." to the "yes" case. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev