--- a/finch/libgnt/configure.ac Sun Aug 21 05:32:19 2016 -0400 +++ b/finch/libgnt/configure.ac Mon Aug 22 23:03:22 2016 -0400 @@ -86,9 +86,6 @@ dnl (09:50:07) Robot101: LSchiere2: it's easy. +LC_SYS_LARGEFILE somewhere in configure.ac AC_SYS_LARGEFILE -dnl FreeBSD doesn't have libdl, dlopen is provided by libc -AC_CHECK_FUNC(dlopen, LIBDL="", [AC_CHECK_LIB(dl, dlopen, LIBDL="-ldl")]) - AC_MSG_CHECKING(for the %z format string in strftime()) AC_TRY_RUN([ #include <time.h>