From be410be660305328787559a18b8c9b69790dbfe8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 17 Oct 2006 14:34:42 +0000 Subject: Pth tweaks and improved estream.c --- common/exechelp.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/exechelp.c') diff --git a/common/exechelp.c b/common/exechelp.c index 19fb04ffa..b4700c5cd 100644 --- a/common/exechelp.c +++ b/common/exechelp.c @@ -29,6 +29,12 @@ #include #include #include + +#ifdef WITHOUT_GNU_PTH /* Give the Makefile a chance to build without Pth. */ +#undef HAVE_PTH +#undef USE_GNU_PTH +#endif + #ifdef USE_GNU_PTH #include #endif -- cgit v1.2.3