]> granicus.if.org Git - sudo/commitdiff
kill check for sockio,h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 18 Nov 1998 04:10:26 +0000 (04:10 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 18 Nov 1998 04:10:26 +0000 (04:10 +0000)
configure.in

index 469d20f2f4f74f94b1e021cb922e14dde2609933..c4f4eb9c2eabcc0efa97bfbbde7e9394a390d19d 100644 (file)
@@ -1249,7 +1249,7 @@ dnl Header file checks
 dnl
 AC_HEADER_STDC
 AC_HEADER_DIRENT
-AC_CHECK_HEADERS(string.h strings.h unistd.h malloc.h paths.h utime.h fnmatch.h netgroup.h sys/sockio.h sys/bsdtypes.h sys/select.h)
+AC_CHECK_HEADERS(string.h strings.h unistd.h malloc.h paths.h utime.h fnmatch.h netgroup.h sys/bsdtypes.h sys/select.h)
 dnl ultrix termio/termios are broken
 if test "$OS" != "ultrix"; then
     AC_CHECK_HEADERS(termio.h)