revert this change... non-functional changes don't belong here

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@156510 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-11-13 11:58:41 +00:00
parent 350cec723a
commit 53c3cdab37
2 changed files with 8 additions and 8 deletions

View File

@@ -11,6 +11,6 @@ AC_COMPILE_IFELSE(
AC_MSG_RESULT(yes)
AC_DEFINE_UNQUOTED([HAVE_ATTRIBUTE_$1], 1, [Define to 1 if your GCC C compiler supports the '$1' attribute.]),
AC_MSG_RESULT(no))
CFLAGS="$saved_CFLAGS"
]
CFLAGS="$saved_CFLAGS"
)