From: Alexander Traud Date: Wed, 22 Jun 2016 15:55:05 +0000 (+0200) Subject: BuildSystem: Avoid obsolete warning with AC_FUNC_SETVBUF_REVERSED on autoconf. X-Git-Tag: 11.23.0-rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F3077%2F1;p=thirdparty%2Fasterisk.git BuildSystem: Avoid obsolete warning with AC_FUNC_SETVBUF_REVERSED on autoconf. Removed the obsolete macro AC_FUNC_SETVBUF_REVERSED because Asterisk does not support the platform SVR2 from the year 1987 anymore. ASTERISK-26046 Change-Id: I28161b037feb2d29ab46ed20e785928460226c22 --- diff --git a/configure b/configure index 1598f291e3..4cc57a621a 100755 --- a/configure +++ b/configure @@ -13987,13 +13987,6 @@ _ACEOF rm -f conftest* -if ${ac_cv_func_setvbuf_reversed+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_cv_func_setvbuf_reversed=no -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 $as_echo_n "checking return type of signal handlers... " >&6; } if ${ac_cv_type_signal+:} false; then : diff --git a/configure.ac b/configure.ac index 09cce24a3b..9dc4557c64 100644 --- a/configure.ac +++ b/configure.ac @@ -588,7 +588,6 @@ AC_PROG_GCC_TRADITIONAL AC_FUNC_MEMCMP AC_FUNC_MMAP AC_FUNC_SELECT_ARGTYPES -AC_FUNC_SETVBUF_REVERSED AC_TYPE_SIGNAL AC_FUNC_STAT AC_FUNC_STRCOLL