From: Andre Noll Date: Sun, 22 Jul 2012 20:29:49 +0000 (+0200) Subject: configure: Remove check for return value of signal handlers. X-Git-Tag: v0.4.12~27 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=d1fc17a64ea26ddcf34d044e6d51c884b368c66c;p=paraslash.git configure: Remove check for return value of signal handlers. These days one may safely assume C89 semantics where the type of a signal handler is void. --- diff --git a/configure.ac b/configure.ac index bf26d78b..bc9c3604 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,6 @@ AC_FUNC_MKTIME AC_FUNC_MMAP AC_FUNC_REALLOC AC_FUNC_SELECT_ARGTYPES -AC_TYPE_SIGNAL AC_FUNC_STAT AC_FUNC_STRFTIME AC_FUNC_VPRINTF