solaris needs socket and nsl

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1112 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-12-15 23:06:30 +00:00
parent a5edfa8fd2
commit 7b56df0eb1

View File

@@ -27,6 +27,9 @@ CFLAGS="-g"
dnl Checks for libraries.
AC_FIND_FUNC(socket, socket)
AC_FIND_FUNC(gethostbyname, nsl)
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h unistd.h)