diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2013-01-21 02:23:25 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2013-01-21 03:38:57 +0100 |
commit | 25827ea4a0f99d5327781892d6cbea84ef78a07c (patch) | |
tree | 86044b35a8eb5ee0eb81f88de43d562ac932ca3d | |
parent | 0ef7dc215071c486495bf86e85661f21733f200e (diff) | |
download | ratpoison-25827ea4a0f99d5327781892d6cbea84ef78a07c.zip |
configure.in: get rid of AC_TYPE_SIGNAL
it has been unused so far, and afaik we don't support pre-ansi
platforms...
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 858ddac..3c186da 100644 --- a/configure.in +++ b/configure.in @@ -152,7 +152,5 @@ dnl Checks for library functions. AC_CHECK_FUNCS(getline getopt getopt_long setenv setpgid setpgrp setsid) AC_CHECK_FUNCS(unsetenv usleep vsnprintf) -AC_TYPE_SIGNAL - AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile contrib/Makefile]) AC_OUTPUT |