]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make it compile on Solaris.
authorAndre Noll <maan@systemlinux.org>
Fri, 5 Oct 2007 18:18:22 +0000 (20:18 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 5 Oct 2007 18:18:22 +0000 (20:18 +0200)
commitf561ba2a444fa5ad161e5c415ee0f2f83527bda7
treea7364a330ca8b78b78f15e81ffdf5d909c8abceb
parent4421f8260974f03eccc143d372c2706bf3c42032
Make it compile on Solaris.

This required a bit of work as Solaris has  gethostbyname() and
socket-related functions not in libc but in libsocket and libnsl.
So add corresponding checks to configure.ac.

Moreover, make para_gui optional and add configure options for
specifying the directory containing the curses headers and curses
lib.
FEATURES
Makefile.in
configure.ac