X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=02c64b9b233ff4408e15aba43faa2988903af65f;hb=3bb13bf276c06169f1ed0c03a8e253b2e30d1a0c;hp=cc11362972bead93eebae4dab0c6f57926dcae1e;hpb=7d8b52666e12cfe33eeb4719224043238a08b3ac;p=swftools.git diff --git a/configure.in b/configure.in index cc11362..02c64b9 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ AC_ARG_WITH([poppler], [ --with-poppler use poppler instead of internal xpdf (currently broken)], [USE_POPPLER=true]) PACKAGE=swftools -VERSION=2008-07-11-0020 +VERSION=2008-09-22-1956 # ------------------------------------------------------------------ @@ -255,12 +255,11 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_CHECK_TYPE(boolean,int) #needed for jpeglib AC_CHECK_FUNCS(popen wcschr wcsdup mkstemp stat lrand48 rand srand48 srand bcopy bzero time getrusage mallinfo) +AC_CHECK_SIZEOF([signed char]) +AC_CHECK_SIZEOF([signed short]) AC_CHECK_SIZEOF([signed]) -AC_CHECK_SIZEOF([unsigned]) -AC_CHECK_SIZEOF([signed long]) -AC_CHECK_SIZEOF([unsigned long]) AC_CHECK_SIZEOF([signed long long]) -AC_CHECK_SIZEOF([unsigned long long]) +AC_CHECK_SIZEOF([void*]) RFX_CHECK_FREETYPE @@ -533,14 +532,14 @@ AH_BOTTOM([ #endif #endif -#endif // __config_h__ -]) - #ifdef HAVE_POPPLER #define GString GooString #define GHash GooHash #endif +#endif // __config_h__ +]) + if test -f "release.in"; then release_in="./release"; fi FILES="$release_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"