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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6a6d557..d863255 100644 --- a/configure.ac +++ b/configure.ac @@ -161,7 +161,6 @@ case "$host_os" in AM_LANGINFO_CODESET ;; esac -AC_W3M_SYS_ERRLIST AC_W3M_SIGSETJMP AC_W3M_SIGNAL |