summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-01-21 02:23:25 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-01-21 03:38:57 +0100
commit25827ea4a0f99d5327781892d6cbea84ef78a07c (patch)
tree86044b35a8eb5ee0eb81f88de43d562ac932ca3d
parent0ef7dc215071c486495bf86e85661f21733f200e (diff)
downloadratpoison-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.in2
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