On Mon, 2008-07-07 at 09:40 +0100, Andrew John Hughes wrote: > 2008/7/7 Christian Thalinger <[EMAIL PROTECTED]>: > > Hi! > > > > This small changes fix the build on OpenSolaris. It additionally checks > > for sys/sockio.h and libsocket.so. Andrew, can you try them on your > > Solaris system? > > > > - twisti > > > > Thanks, this gets my build past VMNetworkInterface. Can you please commit?
Commited as: 2008-07-07 Christian Thalinger <[EMAIL PROTECTED]> * configure.ac (AC_CHECK_HEADERS): Added sys/sockio.h, required for Solaris. (AC_CHECK_LIB): Check for socket. * native/jni/java-net/java_net_VMNetworkInterface.c (unistd.h): Added. [HAVE_SYS_SOCKIO_H] (sys/sockio.h): Likewise. - twisti