[Python-Dev] HAVE_DECL_TZNAME in pyconfig.h.in, but no test for it ?

"Martin v. Löwis" martin at v.loewis.de
Thu Aug 30 22:11:31 CEST 2007


> in current python svn there is a 
> #undef HAVE_DECL_TZNAME
> but I can't find a configure test for it.
> Did I miss something ?

Perhaps that it is generated through autoheader?

pyconfig.h.in was last generated by autoconf 2.61,
and configure by autoconf 2.59. I have now made
sure that the trunk will always use autoconf 2.61.

Regards,
Martin


More information about the Python-Dev mailing list