X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=616691791b2a7da51ecb6fbaa2833fae5a254133;hp=ac44857c1e10d6f7af9bc4c92d5dc4580b58d168;hb=8c6b2e7e9d30bb3a9ef4fd8632cbf6d8d0673bb7;hpb=43843745dcbf31e96f447410e335a8d2aa21b00d diff --git a/configure b/configure index ac44857c..61669179 100755 --- a/configure +++ b/configure @@ -530,6 +530,17 @@ else fi rm -f compat/have_strsep +printf "Checking for timegm... " +if ${CC} -o compat/have_timegm "$srcdir"/compat/have_timegm.c > /dev/null 2>&1 +then + printf "Yes.\n" + have_timegm="1" +else + printf "No (will use our own instead).\n" + have_timegm="0" +fi +rm -f compat/have_timegm + printf "Checking for standard version of getpwuid_r... " if ${CC} -o compat/check_getpwuid "$srcdir"/compat/check_getpwuid.c > /dev/null 2>&1 then