From 9bbe99616bd6b8cb20b1fdc5c9c332c6eb285ee3 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Sat, 31 Jan 2009 23:14:39 +0100 Subject: 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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 #### -- cgit