and now with the correct filenames

add basic support for checking for C compiler attribute support


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23380 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-04-29 15:31:45 +00:00
parent 24f241bc72
commit 3878a2a9fb
3 changed files with 21 additions and 3 deletions

View File

@@ -614,6 +614,9 @@ AC_HEADER_TIME
AC_STRUCT_TM
AC_C_VOLATILE
AC_CHECK_TYPES([ptrdiff_t])
AST_C_ATTRIBUTE([malloc])
AST_C_ATTRIBUTE([printf])
AST_C_ATTRIBUTE([mallocx])
# Checks for library functions.
AC_FUNC_CHOWN