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

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


Author: kpfleming
Date: Thu Nov 13 05:51:27 2008
New Revision: 156485

URL: http://svn.digium.com/view/asterisk?view=rev&rev=156485
Log:
correct minor syntax error... no functional change

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=156485&r1=156484&r2=156485
==============================================================================
--- branches/1.4/autoconf/ast_gcc_attribute.m4 (original)
+++ branches/1.4/autoconf/ast_gcc_attribute.m4 Thu Nov 13 05:51:27 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"
 ]
-CFLAGS="$saved_CFLAGS"
 )




More information about the asterisk-commits mailing list