Zeugswetter Andreas SB writes:

> > You don't need to put this check into configure, you can just
> > do the check after mktime() is used.
>
> No, we need that info for the output functions that only use localtime.
> The intent is, to not use DST before 1970 on platforms that don't have
> mktime for dates before 1970.

You can't do execution time checks in configure.  You're going to have to
do it at run-time.

-- 
Peter Eisentraut      [EMAIL PROTECTED]       http://yi.org/peter-e/

Reply via email to