comparison configure.ac @ 946:f8e1de328ac1

Fix various compilation related issues, make includes more POSIX compliant, utilize autoconf detected stuff via conditionals as needed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 20:32:18 +0200
parents 1b346fa44c05
children c98251b9b876
comparison
equal deleted inserted replaced
945:600964060bcc 946:f8e1de328ac1
59 dnl *** Checks for header files, types and functions 59 dnl *** Checks for header files, types and functions
60 dnl *** 60 dnl ***
61 AC_HEADER_STDC 61 AC_HEADER_STDC
62 AC_C_INLINE 62 AC_C_INLINE
63 AC_C_CONST 63 AC_C_CONST
64 AC_CHECK_HEADERS([stdlib.h string.h unistd.h]) 64 AC_CHECK_HEADERS([stdlib.h string.h unistd.h stdarg.h])
65 65
66 AC_TYPE_OFF_T 66 AC_TYPE_OFF_T
67 AC_TYPE_SIZE_T 67 AC_TYPE_SIZE_T
68 AC_FUNC_FSEEKO 68 AC_FUNC_FSEEKO
69 dnl XS_CHECK_FEATURE([ac_cv_sys_largefile_source], [fseeko/ftello]) 69 dnl XS_CHECK_FEATURE([ac_cv_sys_largefile_source], [fseeko/ftello])