X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=9286eb3f37f3d9536ec77090a108cf7146d23ea2;hb=0fcd0b073253bccc83a8a8dbd91bdcceaf6e2bf0;hp=cc11362972bead93eebae4dab0c6f57926dcae1e;hpb=7d8b52666e12cfe33eeb4719224043238a08b3ac;p=swftools.git diff --git a/configure.in b/configure.in index cc11362..9286eb3 100644 --- a/configure.in +++ b/configure.in @@ -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