]> granicus.if.org Git - sudo/commitdiff
added check for -lsocket and sys/sockio.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Aug 1994 01:22:12 +0000 (01:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Aug 1994 01:22:12 +0000 (01:22 +0000)
configure.in

index da8bace74aa80ab97072aa2b7d628752a31645f0..8445d06ab9e31fdeca2f1013e32dfc42f970093b 100644 (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