summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2016-06-22 17:55:05 +0200
committerAlexander Traud <pabstraud@compuserve.com>2016-06-22 10:58:25 -0500
commite30602587cea1f2398c82874f964b85f27de9b8d (patch)
tree934c2e50354d897f5f661c5ef4c04b3c9749f5d3 /configure.ac
parentd155d8274760b6310abf7bea682036d5356b0e85 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f77c672a..a576ae37c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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