aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-11-22 12:42:15 +0000
committerTatsuya Kinoshita <tats@debian.org>2020-11-22 12:42:15 +0000
commitc76a188ea800cda935999196fa7c9d9e733e6ee0 (patch)
tree01e63c3972f5c4d3ccab2340794c65ce1f5f93f9 /configure
parentFix compilation error "too few arguments to function 'longjmp'" (diff)
downloadw3m-c76a188ea800cda935999196fa7c9d9e733e6ee0.tar.gz
w3m-c76a188ea800cda935999196fa7c9d9e733e6ee0.zip
Drop HAVE_SYS_ERRLIST
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 0 insertions, 24 deletions
diff --git a/configure b/configure
index 130460b..c43bdcf 100755
--- a/configure
+++ b/configure
@@ -601,7 +601,6 @@ HELP_DIR
SIGNAL_RETURN
RETSIGTYPE
HAVE_SIGSETJMP
-HAVE_SYS_ERRLIST
USE_BINMODE_STREAM
LIBGC
AUXBIN_TARGETS
@@ -8973,29 +8972,6 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
;;
esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys_errlist" >&5
-$as_echo_n "checking for sys_errlist... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-extern char *sys_errlist[];
-int
-main ()
-{
-printf("%s", sys_errlist[0]);
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- have_sys_errlist="yes"; $as_echo "#define HAVE_SYS_ERRLIST 1" >>confdefs.h
-
-else
- have_sys_errlist="no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_sys_errlist" >&5
-$as_echo "$have_sys_errlist" >&6; }
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
$as_echo_n "checking for sigsetjmp... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext