2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +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 Header file checks
dnl dnl
AC_STDC_HEADERS 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 if test "$OS" != "ultrix" ; then
AC_HAVE_HEADERS(termio.h termios.h) AC_HAVE_HEADERS(termio.h termios.h)
fi fi
@@ -201,6 +201,7 @@ dnl
dnl library checks dnl library checks
dnl dnl
AC_HAVE_LIBRARY(nsl) AC_HAVE_LIBRARY(nsl)
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(ufc) AC_HAVE_LIBRARY(ufc)
dnl dnl
dnl OS-dependent libraries dnl OS-dependent libraries