OSDN Git Service

Drop use of AC_TYPE_SIGNAL since it is obsolete when assuming C89 or better.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 11 Jul 2021 14:57:29 +0000 (07:57 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 11 Jul 2021 14:57:29 +0000 (07:57 -0700)
configure.ac

index 4bc0ed0..ec30727 100644 (file)
@@ -143,7 +143,6 @@ AC_STRUCT_TM
 dnl Checks for library functions.
 AC_PROG_GCC_TRADITIONAL
 AC_FUNC_MEMCMP
-AC_TYPE_SIGNAL
 AC_FUNC_STRFTIME
 AC_FUNC_VPRINTF
 AC_CHECK_FUNCS(gethostname mkdir select socket strtol vsnprintf mkstemp usleep)