]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
configure: Remove check for return value of signal handlers.
authorAndre Noll <maan@systemlinux.org>
Sun, 22 Jul 2012 20:29:49 +0000 (22:29 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 27 Aug 2012 11:01:06 +0000 (13:01 +0200)
These days one may safely assume C89 semantics where the type of a
signal handler is void.

configure.ac

index bf26d78b5e2c9af963c39d4db6fc9d7d6f8b2093..bc9c36047790106ddcf58a38ca358f1b9caa296c 100644 (file)
@@ -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