X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=337863f41b2aa41520c81c5c0479f88cd693e54f;hb=91f07304c9e9687652450f53938d76e1f60ddf76;hp=1c31bffd4928a715f8a1c0becef21f0ab561bceb;hpb=b31f07b0d22a560a6e65197bc6e1deb534190d41;p=swftools.git diff --git a/configure.in b/configure.in index 1c31bff..337863f 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,5 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) -AC_ARG_PROGRAM export PACKAGE=swftools export VERSION=0.2.0 @@ -41,6 +40,11 @@ dnl Checks for libraries. MISSINGLIBS="${MISSINGLIBS} T1lib" ) +SWF_CHECK_BYTEORDER +AC_SUBST(WORDS_BIGENDIAN) + +AC_ARG_PROGRAM + dnl do we need those? dnl AC_CHECK_LIB(pthread, pthread_create) dnl AC_CHECK_LIB(X11, XFlush) @@ -92,7 +96,7 @@ dnl Checks for library functions. AC_FUNC_MEMCMP AC_FUNC_MMAP AC_FUNC_VPRINTF - AC_CHECK_FUNCS(getcwd putenv socket strcspn strdup strerror strstr) + AC_CHECK_FUNCS(getcwd putenv socket strcspn strdup strerror strstr lrand48 rand srand48 srand) if test "x${UNCOMPRESS}" = "xgzip"; then AC_DEFINE_UNQUOTED(USE_GZIP, 1)