mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-06 14:02:47 -05:00
Rather than checking for <sys/sockio.h>, just include it if our other
attempts at finding SIOCATMARK have failed. This removes one of our Autoconf tests, which is always nice. [originally from svn r5690]
This commit is contained in:
@ -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>])
|
||||
|
Reference in New Issue
Block a user