[Asterisk-code-review] BuildSystem: Avoid obsolete warning with AC FUNC SETVBUF REV... (asterisk[13])

Alexander Traud asteriskteam at digium.com
Wed Jun 22 10:58:27 CDT 2016


Alexander Traud has uploaded a new change for review.

  https://gerrit.asterisk.org/3078

Change subject: BuildSystem: Avoid obsolete warning with AC_FUNC_SETVBUF_REVERSED on autoconf.
......................................................................

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
---
M configure
M configure.ac
2 files changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/78/3078/1

diff --git a/configure b/configure
index cb2862e..e5fc071 100755
--- a/configure
+++ b/configure
@@ -15164,13 +15164,6 @@
 
 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 9f77c67..a576ae3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -683,7 +683,6 @@
 AC_FUNC_MEMCMP
 AC_FUNC_MMAP
 AC_FUNC_SELECT_ARGTYPES
-AC_FUNC_SETVBUF_REVERSED
 AC_TYPE_SIGNAL
 AC_FUNC_STAT
 AC_FUNC_STRCOLL

-- 
To view, visit https://gerrit.asterisk.org/3078
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I28161b037feb2d29ab46ed20e785928460226c22
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>



More information about the asterisk-code-review mailing list