summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2017-01-12 09:59:13 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2017-01-12 15:02:59 -0800
commit80f1657f063d17c751b9532c1f4e56e1c23e699f (patch)
tree794a78d1bbc76e1dd7dfec9d64244b6d44c65335 /configure.ac
parent322d1465725fdd6756380181e1b01cfd421d147e (diff)
downloadlibusb-80f1657f063d17c751b9532c1f4e56e1c23e699f.tar.gz
core: Remove check for and inclusion of signal.h
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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"