From 1669a4b321af0ddf6f7dfca24436f6e5973067c8 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sun, 30 Apr 2006 06:50:53 +0000 Subject: 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 --- acinclude.m4 | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 972271069..584f5e971 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -84,18 +84,3 @@ if test "x$GNU_MAKE" = "xNot Found" ; then fi AC_SUBST([GNU_MAKE]) ]) - -AC_DEFUN( -[AST_C_ATTRIBUTE], -[AC_CACHE_CHECK([for $1 attribute support], - [ac_cv_attribute_$1], - AC_COMPILE_IFELSE( - AC_LANG_PROGRAM( - [[static void foo(void) __attribute__ (($1));xyz]], - []), - have_attribute_$1=1, have_attribute_$1=0) - ) - if test "$have_attribute_$1" = "1"; then - AC_DEFINE_UNQUOTED([HAVE_ATTRIBUTE_$1], 1, [Define to indicate the compiler supports __attribute__ (($1))]) - fi -]) -- cgit v1.2.3