diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-23 08:38:57 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-23 08:38:57 -0800 |
commit | a3f0c2a060f30259dc3830ea8165be15f2aeae75 (patch) | |
tree | 16db77ddd9ac9aff8f1f702478c7807814b5b404 /configure.ac | |
parent | 3911e16aa570ca0709b50727c82df421f1401bd7 (diff) |
Assume signal handlers return void, as C89 requires
Drops use of autoconf's obsolete AC_TYPE_SIGNAL and the even more
obsolete Imake SIGNALRETURNSINT.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1b069e8..7cf52a9 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,6 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AC_TYPE_SIGNAL - # Checks for pkg-config packages # - Both CFLAGS & LIBS needed: PKG_CHECK_MODULES(XHOST, x11 xmuu) |