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:
@@ -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
|
||||
|
Reference in New Issue
Block a user