[Box Backup-dev] Missing libs when building on Solaris

Stefan Norlin boxbackup-dev@fluffy.co.uk
Wed, 1 Feb 2006 16:58:14 +0100


After googling around a bit I added

AC_SEARCH_LIBS(gethostbyname, nsl socket resolv)
AC_SEARCH_LIBS(shutdown, nsl socket resolv)

to configure.ac and re-ran bootstrap and configure. That made the trick.

Stefan