diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-04-03 11:50:21 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-04-03 11:50:21 +0000 |
commit | 9cb8984c9ec2243119dffa70e98f642501d68c04 (patch) | |
tree | 8dd4511526af215dc36b194db4051860c46f77c1 /Build/source/libs/teckit/configure.ac | |
parent | 941294a2b6dbae5d1b28bddd240f0b0d9859f5b3 (diff) |
teckit configure & make fixes
git-svn-id: svn://tug.org/texlive/trunk@7290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit/configure.ac')
-rw-r--r-- | Build/source/libs/teckit/configure.ac | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/Build/source/libs/teckit/configure.ac b/Build/source/libs/teckit/configure.ac index 70ef716b031..6687096d2d7 100644 --- a/Build/source/libs/teckit/configure.ac +++ b/Build/source/libs/teckit/configure.ac @@ -31,27 +31,16 @@ sinclude(../../libs/zlib/withenable.ac) sinclude(../../libs/zlib/zlib.ac) # Checks for libraries. -AC_CHECK_LIB(z, compress) -AM_CONDITIONAL(SYSTEM_ZLIB, test x$ac_cv_lib_z_compress = xyes) -SYSTEM_ZLIB=no +## NO! see above +## AC_CHECK_LIB(z, compress) +## AM_CONDITIONAL(SYSTEM_ZLIB, test x$ac_cv_lib_z_compress = xyes) +## SYSTEM_ZLIB=no # Checks for header files. AC_HEADER_STDC -#AC_CHECK_HEADERS([limits.h malloc.h memory.h stddef.h stdlib.h string.h]) - -# Checks for typedefs, structures, and compiler characteristics. -#AC_TYPE_SIZE_T -#AC_STRUCT_TM -#AC_CHECK_SIZEOF(wchar_t) -#AC_SUBST(SIZEOF_WCHAR_T) - -# Checks for library functions. -#AC_FUNC_ERROR_AT_LINE -#AC_FUNC_MALLOC -#AC_FUNC_MEMCMP -#AC_FUNC_REALLOC -#AC_FUNC_VPRINTF -#AC_CHECK_FUNCS([isascii memmove memset strcasecmp strchr strrchr strtoul]) +AC_CHECK_HEADERS([stdlib.h string.h]) + + AC_C_BIGENDIAN # Enable debug |