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:
parent
b70a2866d5
commit
c06469f66f
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
------------------------------------------------------------------------- */
|
||||
|
@ -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
|
||||
---------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user