Rather than checking for <sys/sockio.h>, just include it if our other
[u/mdw/putty] / unix / configure.ac
index 0cbd5ce..699e6ef 100644 (file)
@@ -14,7 +14,6 @@ if test "X$GCC" = Xyes; then
     CFLAGS="$CFLAGS -Wall -Werror"
 fi
 
-AC_CHECK_HEADERS([sys/sockio.h],,,[ ])
 AC_CHECK_HEADERS([utmpx.h],,,[
 #include <sys/types.h>
 #include <utmp.h>])