X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=2595cff0b222f53212d086acda97615da2ca66f9;hb=d132c52459d18f45fa9d227e5f3afebad43f7cfc;hp=f55a9824476aaa8ae4930a878830280c99db7c22;hpb=54c43692649e392a42bb9559ea12cdaff056b965;p=mmh 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