Explorar o código

Remove unused, obsolete check

From autoconf info Obsolete Macros:

"These days, it is portable to assume C89, and that signal
handlers return void, without needing to use this macro or RETSIGTYPE."

And we indeed assume so.

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ruben Kerkhof %!s(int64=10) %!d(string=hai) anos
pai
achega
67234ae92b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -148,7 +148,6 @@ AC_TYPE_UINT64_T
 AC_TYPE_UINT8_T
 AC_TYPE_SIZE_T
 AC_TYPE_SSIZE_T
-AC_TYPE_SIGNAL
 
 # Checks for libraries.
 PKG_CHECK_MODULES([nss],[nss])