]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
BuildSystem: Avoid obsolete warning with AC_FUNC_SETVBUF_REVERSED on autoconf. 77/3077/1
authorAlexander Traud <pabstraud@compuserve.com>
Wed, 22 Jun 2016 15:55:05 +0000 (17:55 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Wed, 22 Jun 2016 15:58:09 +0000 (10:58 -0500)
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

configure
configure.ac

index 1598f291e37c654a23ee309dc2b9e20fb2d500e0..4cc57a621ae60f4bf38a22001d280b13180420c7 100755 (executable)
--- 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 :
index 09cce24a3b4d0065043fe64e4917ba20d90c5025..9dc4557c646f3f5c3e18965cac86b92e6dfd504f 100644 (file)
@@ -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