aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 06:50:53 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 06:50:53 +0000
commite80d7ce6e35f464bbf7dc350d2f5cae5aed9da13 (patch)
tree0be26c17cd4aa1712492abb35b8e9745ecd557e6 /configure.ac
parentd419dcffbb1dc37392ce206055d6299edc9decb4 (diff)
remove attribute checking... it was an attempt to support older GCC compilers but is not worth the effort :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23514 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6252b2346..5bb867803 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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