Re: [Rd] HAVE_BZLIB_H not set

2008-10-27 Thread Martyn Plummer
That must be a different problem as this one affects both R 2.7.2 and R 2.8.0 on Fedora 9. When the header is not included, the test program that checks the version of bzlib segfaults. We can fix this by using AC_CHECK_HEADERS instead of AC_CHECK_HEADER when looking for bzlib.h, since the former

Re: [Rd] HAVE_BZLIB_H not set

2008-10-26 Thread Dirk Eddelbuettel
On 26 October 2008 at 12:02, "Tom \"spot\" Callaway" wrote: | When building 2.8.0 this morning for Fedora, I noticed that it was | building the included bzlib2 source and using it rather than the system | bzip2 libraries and headers. I tracked down the reason to this section | of configure: | | c

[Rd] HAVE_BZLIB_H not set

2008-10-26 Thread Tom "spot" Callaway
When building 2.8.0 this morning for Fedora, I noticed that it was building the included bzlib2 source and using it rather than the system bzip2 libraries and headers. I tracked down the reason to this section of configure: cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef HAVE_BZLIB_