Bug 800106: Remove NS_ALWAYS_INLINE from configure.in; r=ehsan

This commit is contained in:
Jacek Szpot 2012-10-13 00:36:39 +02:00
parent 1a6201ef1e
commit 92ab9d2d92
2 changed files with 0 additions and 12 deletions

View File

@ -3832,12 +3832,6 @@ dnl are defined in build/autoconf/altoptions.m4.
dnl If the compiler supports these attributes, define them as dnl If the compiler supports these attributes, define them as
dnl convenience macros. dnl convenience macros.
if test "$ac_cv_attribute_always_inline" = yes ; then
AC_DEFINE(NS_ALWAYS_INLINE, [__attribute__((always_inline))])
else
AC_DEFINE(NS_ALWAYS_INLINE,)
fi
if test "$ac_cv_attribute_malloc" = yes ; then if test "$ac_cv_attribute_malloc" = yes ; then
AC_DEFINE(NS_ATTR_MALLOC, [__attribute__((malloc))]) AC_DEFINE(NS_ATTR_MALLOC, [__attribute__((malloc))])
else else

View File

@ -3136,12 +3136,6 @@ dnl are defined in build/autoconf/altoptions.m4.
dnl If the compiler supports these attributes, define them as dnl If the compiler supports these attributes, define them as
dnl convenience macros. dnl convenience macros.
if test "$ac_cv_attribute_always_inline" = yes ; then
AC_DEFINE(NS_ALWAYS_INLINE, [__attribute__((always_inline))])
else
AC_DEFINE(NS_ALWAYS_INLINE,)
fi
if test "$ac_cv_attribute_malloc" = yes ; then if test "$ac_cv_attribute_malloc" = yes ; then
AC_DEFINE(NS_ATTR_MALLOC, [__attribute__((malloc))]) AC_DEFINE(NS_ATTR_MALLOC, [__attribute__((malloc))])
else else