2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

added check for -lsocket and sys/sockio.h

This commit is contained in:
Todd C. Miller
1994-08-15 01:22:12 +00:00
parent ca91330000
commit 79a42a836c

View File

@@ -173,7 +173,7 @@ dnl
dnl Header file checks
dnl
AC_STDC_HEADERS
AC_HAVE_HEADERS(string.h strings.h unistd.h malloc.h paths.h)
AC_HAVE_HEADERS(string.h strings.h unistd.h malloc.h paths.h sys/sockio.h)
if test "$OS" != "ultrix" ; then
AC_HAVE_HEADERS(termio.h termios.h)
fi
@@ -201,6 +201,7 @@ dnl
dnl library checks
dnl
AC_HAVE_LIBRARY(nsl)
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(ufc)
dnl
dnl OS-dependent libraries