summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-31 23:14:39 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-31 23:14:39 +0100
commit9bbe99616bd6b8cb20b1fdc5c9c332c6eb285ee3 (patch)
tree2bc5959eb58003f3a8fb859a8924288ad8f55a52 /configure.ac
parent262494b39d2938162a10d14d62fe48efe77b3351 (diff)
Remove AC_TYPE_SIGNAL which is now deprecated.
Not only the REGSIGTYPE definition that it created was never used, but also C89 require that the return is void. Since we already assume C99 support, we don't need to check for this.
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 cbdca7c..77bf50a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,6 @@ AC_TYPE_SIZE_T
AC_CHECK_TYPES(ssize_t, , [AC_DEFINE([ssize_t], [signed long],
[Define ssize_t if it is not done by the standard libs.])])
AC_TYPE_OFF_T
-AC_TYPE_SIGNAL
AC_TYPE_UID_T
#### Check for libs ####