[w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwin

This commit is contained in:
Dai Sato
2006-04-08 11:15:57 +00:00
parent db790bfd2b
commit ac67ffe1a2
2 changed files with 13 additions and 2 deletions

View File

@@ -148,7 +148,13 @@ AC_CHECK_FUNCS(strcasecmp strcasestr strchr memcpy strerror bcopy setpgrp chdir
AC_FUNC_STRFTIME
AC_FUNC_WAIT3
AC_FUNC_SETPGRP
AM_LANGINFO_CODESET
case "$host_os" in
*cygwin*)
;;
*)
AM_LANGINFO_CODESET
;;
esac
AC_W3M_SYS_ERRLIST
AC_W3M_SIGSETJMP
AC_W3M_SIGNAL