From: Todd C. Miller Date: Mon, 15 Aug 1994 01:22:12 +0000 (+0000) Subject: added check for -lsocket and sys/sockio.h X-Git-Tag: SUDO_1_3_1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79a42a836c61721d78743db59a3608f0dc425d03;p=sudo added check for -lsocket and sys/sockio.h --- diff --git a/configure.in b/configure.in index da8bace74..8445d06ab 100644 --- a/configure.in +++ b/configure.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