diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-11-22 12:42:15 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-11-22 12:42:15 +0000 |
commit | c76a188ea800cda935999196fa7c9d9e733e6ee0 (patch) | |
tree | 01e63c3972f5c4d3ccab2340794c65ce1f5f93f9 /acinclude.m4 | |
parent | Fix compilation error "too few arguments to function 'longjmp'" (diff) | |
download | w3m-c76a188ea800cda935999196fa7c9d9e733e6ee0.tar.gz w3m-c76a188ea800cda935999196fa7c9d9e733e6ee0.zip |
Drop HAVE_SYS_ERRLIST
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
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 -<<extern char *sys_errlist[];>>, -<<printf("%s", sys_errlist[0]);>>, -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], |