From 80f1657f063d17c751b9532c1f4e56e1c23e699f Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Thu, 12 Jan 2017 09:59:13 -0800 Subject: core: Remove check for and inclusion of signal.h Signed-off-by: Chris Dickens --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c00af33..7b79517 100644 --- a/configure.ac +++ b/configure.ac @@ -318,7 +318,6 @@ AM_CONDITIONAL([HAVE_SIGACTION], [test "x$have_sigaction" = "xyes"]) # headers not available on all platforms but required on others AC_CHECK_HEADERS([sys/time.h]) AC_CHECK_FUNCS(gettimeofday) -AC_CHECK_HEADERS([signal.h]) # check for -std=gnu99 compiler support saved_cflags="$CFLAGS" -- cgit v1.2.1