]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitd1fc17a64ea26ddcf34d044e6d51c884b368c66c
tree9f49228135180c17ac2794961a2a1bf4fe155518
parentc2d8e732b048825dd4a506b1df9cddf7ac815439
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.
configure.ac