]> git.tue.mpg.de Git - paraslash.git/commit
Fix configure on Solaris.
authorAndre Noll <maan@systemlinux.org>
Mon, 7 Jan 2008 15:27:31 +0000 (16:27 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 7 Jan 2008 15:27:31 +0000 (16:27 +0100)
commit123ace95d32271900674b83872abbaad5024a885
tree6bfe6dac7275e37099c33a775a838addabbda158
parentddae5908a9f0554d9eea303f3c8a97d7e8b754a1
Fix configure on Solaris.

Without this patch, configure fails on Solaris because it doesn't find
inet_ntoa() and socket(). These are in libnsl and libsocket
respectively, but AC_CHECK_FUNCS() doesn't know this.
configure.ac