remove attribute checking... it was an attempt to support older GCC compilers but is not worth the effort :-)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-04-30 06:50:53 +00:00
parent 31cd56f76e
commit 1669a4b321
2 changed files with 0 additions and 18 deletions

View File

@@ -614,9 +614,6 @@ 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