mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
correct minor syntax error... no functional change
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@156485 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11,6 +11,6 @@ AC_COMPILE_IFELSE(
|
|||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
AC_DEFINE_UNQUOTED([HAVE_ATTRIBUTE_$1], 1, [Define to 1 if your GCC C compiler supports the '$1' attribute.]),
|
AC_DEFINE_UNQUOTED([HAVE_ATTRIBUTE_$1], 1, [Define to 1 if your GCC C compiler supports the '$1' attribute.]),
|
||||||
AC_MSG_RESULT(no))
|
AC_MSG_RESULT(no))
|
||||||
]
|
|
||||||
CFLAGS="$saved_CFLAGS"
|
CFLAGS="$saved_CFLAGS"
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
14
configure
vendored
14
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 150557 .
|
# From configure.ac Revision: 151241 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
|
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
|
||||||
#
|
#
|
||||||
@@ -14979,10 +14979,10 @@ echo "${ECHO_T}no" >&6; }
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||||
|
|
||||||
CFLAGS="$saved_CFLAGS"
|
CFLAGS="$saved_CFLAGS"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for compiler 'attribute malloc' support" >&5
|
{ echo "$as_me:$LINENO: checking for compiler 'attribute malloc' support" >&5
|
||||||
echo $ECHO_N "checking for compiler 'attribute malloc' support... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for compiler 'attribute malloc' support... $ECHO_C" >&6; }
|
||||||
saved_CFLAGS="$CFLAGS"
|
saved_CFLAGS="$CFLAGS"
|
||||||
@@ -15035,10 +15035,10 @@ echo "${ECHO_T}no" >&6; }
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||||
|
|
||||||
CFLAGS="$saved_CFLAGS"
|
CFLAGS="$saved_CFLAGS"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for compiler 'attribute const' support" >&5
|
{ echo "$as_me:$LINENO: checking for compiler 'attribute const' support" >&5
|
||||||
echo $ECHO_N "checking for compiler 'attribute const' support... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for compiler 'attribute const' support... $ECHO_C" >&6; }
|
||||||
saved_CFLAGS="$CFLAGS"
|
saved_CFLAGS="$CFLAGS"
|
||||||
@@ -15091,10 +15091,10 @@ echo "${ECHO_T}no" >&6; }
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||||
|
|
||||||
CFLAGS="$saved_CFLAGS"
|
CFLAGS="$saved_CFLAGS"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for compiler 'attribute unused' support" >&5
|
{ echo "$as_me:$LINENO: checking for compiler 'attribute unused' support" >&5
|
||||||
echo $ECHO_N "checking for compiler 'attribute unused' support... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for compiler 'attribute unused' support... $ECHO_C" >&6; }
|
||||||
saved_CFLAGS="$CFLAGS"
|
saved_CFLAGS="$CFLAGS"
|
||||||
@@ -15147,10 +15147,10 @@ echo "${ECHO_T}no" >&6; }
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||||
|
|
||||||
CFLAGS="$saved_CFLAGS"
|
CFLAGS="$saved_CFLAGS"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for compiler 'attribute always_inline' support" >&5
|
{ echo "$as_me:$LINENO: checking for compiler 'attribute always_inline' support" >&5
|
||||||
echo $ECHO_N "checking for compiler 'attribute always_inline' support... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for compiler 'attribute always_inline' support... $ECHO_C" >&6; }
|
||||||
saved_CFLAGS="$CFLAGS"
|
saved_CFLAGS="$CFLAGS"
|
||||||
@@ -15203,10 +15203,10 @@ echo "${ECHO_T}no" >&6; }
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||||
|
|
||||||
CFLAGS="$saved_CFLAGS"
|
CFLAGS="$saved_CFLAGS"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for compiler 'attribute deprecated' support" >&5
|
{ echo "$as_me:$LINENO: checking for compiler 'attribute deprecated' support" >&5
|
||||||
echo $ECHO_N "checking for compiler 'attribute deprecated' support... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for compiler 'attribute deprecated' support... $ECHO_C" >&6; }
|
||||||
saved_CFLAGS="$CFLAGS"
|
saved_CFLAGS="$CFLAGS"
|
||||||
@@ -15259,10 +15259,10 @@ echo "${ECHO_T}no" >&6; }
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||||
|
|
||||||
CFLAGS="$saved_CFLAGS"
|
CFLAGS="$saved_CFLAGS"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for -ffunction-sections support" >&5
|
{ echo "$as_me:$LINENO: checking for -ffunction-sections support" >&5
|
||||||
echo $ECHO_N "checking for -ffunction-sections support... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for -ffunction-sections support... $ECHO_C" >&6; }
|
||||||
saved_CFLAGS="${CFLAGS}"
|
saved_CFLAGS="${CFLAGS}"
|
||||||
|
Reference in New Issue
Block a user