summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 10:13:14 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 10:13:14 -0800
commit6dda11c17f2fdc47d43f269dccee98ec66cc8c4b (patch)
tree9e05e11a5a9273f40f3fd660ac0a09e8922015c5 /configure.ac
parent399dc5d6282f90fee2f6071aadde977280656ffc (diff)
Assume signal handlers return void, as C89 requires
Drops use of autoconf's obsolete AC_TYPE_SIGNAL and Imake's even more obsolete SIGNALRETURNSINT. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 849622e..eed7949 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,8 +36,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-AC_TYPE_SIGNAL
-
AC_CHECK_HEADERS([net/errno.h])
AC_CHECK_FUNCS([strlcpy])