summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2016-06-23 11:33:06 +0200
committerAlexander Traud <pabstraud@compuserve.com>2016-06-23 04:36:09 -0500
commit5f0a0982439dc2e9ecb08ff914429141628ee64c (patch)
treefd946fdd9f7b41122c196efbe829740b0ab0a210 /configure.ac
parent73e2186195b4cd1cc764346b58b209ba1b7223bb (diff)
BuildSystem: Avoid obsolete warning with AC_TYPE_SIGNAL on autoconf.
Removed the obsolete macro AC_TYPE_SIGNAL because Asterisk does not use K&R C but requires ANSI C anyway. ASTERISK-26046 Change-Id: I914c014385e1862102d90fe7650621def78db02e
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 a576ae37c..27b448bdf 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_TYPE_SIGNAL
AC_FUNC_STAT
AC_FUNC_STRCOLL
AC_FUNC_STRFTIME