from trunk: allow regression code to be build even without Python installed

svn:r646
This commit is contained in:
Niels Provos 2008-02-17 01:16:55 +00:00
parent 41971a4283
commit 29e9b1d20a
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Changes in 1.4.2:
o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan". Fixes bug 1894184.
o Add a int64_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large HTTP values.
o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
o Allow regression code to build even without Python installed
Changes in 1.4.1-beta:
o free minheap on event_base_free(); from Christopher Layne

View File

@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
EXTRA_DIST = regress.rpc
EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench
@ -26,7 +26,6 @@ regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
$(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed"
DISTCLEANFILES = *~
CLEANFILES = regress.gen.h regress.gen.c
test: test-init test-eof test-weof test-time regress