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:
@@ -4828,7 +4828,10 @@ if test "x$INET_LINK" != "x"; then
|
|||||||
INET_LINK=" -l$INET_LINK"
|
INET_LINK=" -l$INET_LINK"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
WX_CHECK_FUNCS(fdopen)
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl if !MSW
|
dnl if !MSW
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1122,6 +1122,9 @@
|
|||||||
/* Define if you have the <sys/select.h> header file. */
|
/* Define if you have the <sys/select.h> header file. */
|
||||||
#undef HAVE_SYS_SELECT_H
|
#undef HAVE_SYS_SELECT_H
|
||||||
|
|
||||||
|
/* Define if fdopen is available. */
|
||||||
|
#undef HAVE_FDOPEN
|
||||||
|
|
||||||
/* -------------------------------------------------------------------------
|
/* -------------------------------------------------------------------------
|
||||||
Win32 adjustments section
|
Win32 adjustments section
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
@@ -1205,6 +1205,9 @@ typedef pid_t GPid;
|
|||||||
/* Define if you have Pango xft support */
|
/* Define if you have Pango xft support */
|
||||||
#undef HAVE_PANGO_XFT
|
#undef HAVE_PANGO_XFT
|
||||||
|
|
||||||
|
/* Define if fdopen is available. */
|
||||||
|
#undef HAVE_FDOPEN
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------
|
/* ---------------------------------------------------------------------
|
||||||
Win32 adjustments section
|
Win32 adjustments section
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user