[Python-checkins] python/dist/src configure,1.322,1.323 configure.in,1.333,1.334 pyconfig.h.in,1.43,1.44

Barry A. Warsaw barry@zope.com
Fri, 19 Jul 2002 16:21:28 -0400


>>>>> "TP" == Tim Peters <tim.one@comcast.net> writes:

    >> Alas, roll back the definition of _XOPEN_SOURCE.  It breaks the
    >> tests for the time module, because somehow configure won't
    >> define the symbols HAVE_STRUCT_TM_TM_ZONE, HAVE_TM_ZONE, and
    >> HAVE_TZNAME in this case.

    TP> I don't understand why this helps.  Are you sure it does?

Works for me.  Test failures are gone now.

    TP> Python.h still contains:

    | #ifndef _XOPEN_SOURCE
    | # define _XOPEN_SOURCE 500
    | #endif

Did you grep the source for "500"? :)
-Barry