Check for inet_addr/inet_aton.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-08-10 17:48:11 +00:00
parent 5391f772be
commit e96ac54e83
2 changed files with 12 additions and 0 deletions

View File

@@ -1333,6 +1333,10 @@ AC_CHECK_FUNCS(nanosleep, AC_DEFINE(HAVE_NANOSLEEP), [
dnl check for uname (POSIX) and gethostname (BSD)
AC_CHECK_FUNCS(uname gethostname, break)
dnl check for inet_addr, inet_aton, ...
AC_CHECK_FUNCS(inet_addr)
AC_CHECK_FUNCS(inet_aton)
dnl ===========================================================================
dnl Now we have all the info we need - use it!
dnl ===========================================================================