Index: configure.in =================================================================== RCS file: /cvsroot/swftools/swftools/configure.in,v retrieving revision 1.125 diff -u -3 -p -r1.125 configure.in --- configure.in 9 Jun 2008 10:30:04 -0000 1.125 +++ configure.in 9 Jun 2008 20:44:04 -0000 @@ -449,6 +449,24 @@ fi # ------------------------------------------------------------------ +AH_BOTTOM([ +#ifdef HAVE_ZLIB_H +#ifdef HAVE_LIBZ +#define HAVE_ZLIB +#endif +#endif + +#ifdef HAVE_JPEGLIB_H +#ifdef HAVE_LIBJPEG +#define HAVE_JPEGLIB +#endif +#endif + +#ifdef HAVE_FT2BUILD_H +#define HAVE_FREETYPE_H 1 +#endif +]) + if test -f "release.in"; then release_in="./release"; fi if test -f "wx/Makefile.in"; then wx_in="wx/Makefile"; fi FILES="$release_in $wx_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile pdf2swf/fonts/Makefile ${pythonrfxswf} ${lame_makefile} lib/art/Makefile lib/readers/Makefile"