From: Andre Noll Date: Fri, 5 Oct 2007 18:18:22 +0000 (+0200) Subject: Make it compile on Solaris. X-Git-Tag: v0.3.0~306 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=f561ba2a444fa5ad161e5c415ee0f2f83527bda7;hp=f561ba2a444fa5ad161e5c415ee0f2f83527bda7;p=paraslash.git 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. ---