]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
BuildSystem: Avoid obsolete warning with AC_FUNC_SETVBUF_REVERSED on autoconf. 76/3076/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:55:05 +0000 (17:55 +0200)
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 04183b401c22e2450f2216dd8ee5f83bdf5f92c8..b7c8a91f8012903ec86c76e9d0fb999375859e64 100755 (executable)
--- a/configure
+++ b/configure
@@ -15311,13 +15311,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 2c47dc453d1504a26e914a0116ec86e3fba2a2eb..08238e44eaaebd323a2b24c5368d25c8d4be9684 100644 (file)
@@ -686,7 +686,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