From c76a188ea800cda935999196fa7c9d9e733e6ee0 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 22 Nov 2020 21:42:15 +0900 Subject: Drop HAVE_SYS_ERRLIST --- acinclude.m4 | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 28a8aa6..b09f4e6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -860,21 +860,6 @@ if test x"$enable_ipv6" = xyes; then fi]) # # ---------------------------------------------------------------- -# AC_W3M_SYS_ERRLIST -# ---------------------------------------------------------------- -AC_DEFUN([AC_W3M_SYS_ERRLIST], -[AC_SUBST(HAVE_SYS_ERRLIST) -AC_MSG_CHECKING(for sys_errlist) -AC_TRY_COMPILE( -changequote(<<,>>)dnl -<>, -<>, -changequote([,])dnl -[have_sys_errlist="yes"; AC_DEFINE(HAVE_SYS_ERRLIST)], -[have_sys_errlist="no"]) -AC_MSG_RESULT($have_sys_errlist)]) -# -# ---------------------------------------------------------------- # AC_W3M_SIGSETJMP # ---------------------------------------------------------------- AC_DEFUN([AC_W3M_SIGSETJMP], -- cgit v1.2.3