[asterisk-commits] kpfleming: branch 1.4 r156510 - in /branches/1.4: ./ autoconf/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Nov 13 05:58:42 CST 2008


Author: kpfleming
Date: Thu Nov 13 05:58:41 2008
New Revision: 156510

URL: http://svn.digium.com/view/asterisk?view=rev&rev=156510
Log:
revert this change... non-functional changes don't belong here

Modified:
    branches/1.4/autoconf/ast_gcc_attribute.m4
    branches/1.4/configure

Modified: branches/1.4/autoconf/ast_gcc_attribute.m4
URL: http://svn.digium.com/view/asterisk/branches/1.4/autoconf/ast_gcc_attribute.m4?view=diff&rev=156510&r1=156509&r2=156510
==============================================================================
--- branches/1.4/autoconf/ast_gcc_attribute.m4 (original)
+++ branches/1.4/autoconf/ast_gcc_attribute.m4 Thu Nov 13 05:58:41 2008
@@ -11,6 +11,6 @@
 	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"
-]
 )




More information about the asterisk-commits mailing list