X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=2595cff0b222f53212d086acda97615da2ca66f9;hp=f55a9824476aaa8ae4930a878830280c99db7c22;hb=6195a89359453dc49064c8f7a28c02165d2cb972;hpb=5a4836db0e18fe3fa32ba5d3deff2010d8a1b418 diff --git a/configure.ac b/configure.ac index f55a982..2595cff 100644 --- a/configure.ac +++ b/configure.ac @@ -533,6 +533,11 @@ dnl ---------------- dnl CHECK STRUCTURES dnl ---------------- +dnl For platforms such as FreeBSD that have tm_gmtoff in struct tm. +dnl (FreeBSD has a timezone() function but not a timezone global +dnl variable that is visible). +AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include ]) + AC_STRUCT_DIRENT_D_TYPE dnl Where is located? Needed as input for signames.awk