Added check for <fnctl.h> which FreeType seems to need.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-09-01 12:47:14 +00:00
parent 2154485967
commit 0fb0dd8361
3 changed files with 311 additions and 266 deletions

572
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -2208,6 +2208,8 @@ dnl defines HAVE_STRINGS_H (where some string functions live on AIX for example)
AC_CHECK_HEADERS(strings.h)
dnl defines HAVE_UNISTD_H
AC_CHECK_HEADERS(unistd.h)
dnl defines HAVE_FCNTL_H
AC_CHECK_HEADERS(fcntl.h)
dnl defines HAVE_WCHAR_H
AC_CHECK_HEADERS(wchar.h)
dnl defines HAVE_WCSTR_H

View File

@@ -778,6 +778,9 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H