diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-08-05 07:22:10 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-08-05 07:22:10 +0000 |
commit | 3ec864159a1792df642a75611363c39fb1fd1cd3 (patch) | |
tree | 2441b71b8b443445b7bb1c5d4ac464e70679577f /configure.in | |
parent | 6247f6269afff27ecfe2ca9650e151f440ec806a (diff) |
enabled compilation with MinGW.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@469 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4f322d6a..25f81ba2 100644 --- a/configure.in +++ b/configure.in @@ -291,7 +291,8 @@ AC_HEADER_STDC AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(fcntl.h sys/file.h unistd.h paths.h \ sys/param.h sys/utsname.h sys/select.h \ - wchar.h wctype.h) + wchar.h wctype.h \ + netdb.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -324,7 +325,7 @@ AC_CHECK_FUNCS(gethostname mkdir mktime socket strstr strchr \ wcsstr wcswcs iswalnum iswspace towlower \ wcslen wcscpy wcsncpy \ uname flock lockf inet_aton inet_addr \ - fchmod mkstemp) + fchmod mkstemp truncate getuid) AC_OUTPUT([ Makefile |