1 --- Modules/pyexpat.c.old Tue Mar 6 02:30:48 2001
2 +++ Modules/pyexpat.c Tue Mar 6 02:31:15 2001
4 #define EXPAT_VERSION 0x015f00
6 #else /* !defined(HAVE_EXPAT_H) */
8 +#include "expat/xmlparse.h"
9 /* Assume Expat 1.1 unless told otherwise */
11 #define EXPAT_VERSION 0x010100
12 --- setup.py-orig Fri Feb 2 11:24:25 2001
13 +++ setup.py Wed Feb 14 18:13:15 2001
16 expat_defs = [('HAVE_EXPAT_H', 1)]
18 - expat_incs = find_file('xmlparse.h', inc_dirs, [])
19 + expat_incs = find_file('expat/xmlparse.h', inc_dirs, [])
21 if (expat_incs is not None and
22 self.compiler.find_library_file(lib_dirs, 'expat')):