Check for fdopen. Probably everywhere has it, but check until we are sure.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2006-10-23 13:33:45 +00:00
parent b70a2866d5
commit c06469f66f
3 changed files with 9 additions and 0 deletions

View File

@ -4828,7 +4828,10 @@ if test "x$INET_LINK" != "x"; then
INET_LINK=" -l$INET_LINK"
fi
WX_CHECK_FUNCS(fdopen)
fi
dnl if !MSW

View File

@ -1122,6 +1122,9 @@
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if fdopen is available. */
#undef HAVE_FDOPEN
/* -------------------------------------------------------------------------
Win32 adjustments section
------------------------------------------------------------------------- */

View File

@ -1205,6 +1205,9 @@ typedef pid_t GPid;
/* Define if you have Pango xft support */
#undef HAVE_PANGO_XFT
/* Define if fdopen is available. */
#undef HAVE_FDOPEN
/* ---------------------------------------------------------------------
Win32 adjustments section
---------------------------------------------------------------------