summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-07-16 18:36:02 +0000
committerJoshua Colp <jcolp@digium.com>2007-07-16 18:36:02 +0000
commit0b0e64fe2ff7c98de13854e79998c36798fcbfc4 (patch)
treefb0b72763fb9ffe62229ae8b130fef2faa826441 /configure.ac
parente498488bde119a98ecfc27880a2a9c9e9adfb223 (diff)
Add in check for the GCC attribute deprecated. It may be used soon!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75259 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5b6f7c68c..777f9db6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -302,6 +302,7 @@ AST_GCC_ATTRIBUTE(malloc)
AST_GCC_ATTRIBUTE(const)
AST_GCC_ATTRIBUTE(unused)
AST_GCC_ATTRIBUTE(always_inline)
+AST_GCC_ATTRIBUTE(deprecated)
AC_MSG_CHECKING(for -ffunction-sections support)
saved_CFLAGS="${CFLAGS}"