]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
BuildSystem: Avoid obsolete warning with AC_FUNC_SETVBUF_REVERSED on autoconf. 78/3078/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:25 +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 cb2862e32e6e8bcc39f2f8544532aa4a4fa938da..e5fc0715c3f6bf0708b19182e63f1ada0b76a454 100755 (executable)
--- a/configure
+++ b/configure
@@ -15164,13 +15164,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 9f77c672a0ccab71efd96f7fa2b14b7a398ea13f..a576ae37cbfc15ecfa88cdfd763fb779bf20b960 100644 (file)
@@ -683,7 +683,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