On Mon, Jun 09, 2008 at 11:12:28PM +0200, Patrice Dumas <[EMAIL PROTECTED]> wrote: > > #ifdef HAVE_JPEGLIB_H > > #ifdef HAVE_LIBJPEG > > #define HAVE_JPEGLIB > > #endif > > #endif > > > > Those were gone in your version. > > Indeed. I missed it. I have a patch to correct that, by using AH_BOTTOM.
Nice work- I wasn't aware of AH_BOTTOM. I applied your patch, and also added an AH_TOP, in order to get the double-include-protecting #ifdef work. One remaining issue though: When I tried running autoreconf, all defines from m4/ (HAVE_PYTHON_IMAGING, SYSTEM_BACKTICKS, WORDS_BIGENDIAN, HAVE_FREETYPE, HAVE_FONTCONFIG, ...) were gone. Any idea why that is? Does it happen on your system too? I ran autoreconf with the -I m4 option. Greetings Matthias
