From e07cd606729a9ae113a7bcbe30008ce06b61ba66 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Feb 2003 20:34:02 +0000 Subject: [PATCH] 2003-02-26 Roland McGrath * configure.ac: Fix typo in netinet/in.h check. Also include and before . Reported by Alex Semenyaka . --- configure.ac | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 74eff4ef..b48d1682 100644 --- a/configure.ac +++ b/configure.ac @@ -153,7 +153,7 @@ AC_HEADER_STDC AC_HEADER_DIRENT AC_HEADER_STAT AC_CHECK_MEMBERS([struct stat.st_blksize, - struct stat.st_blocks, + struct stat.st_blocks, struct stat.st_aclcnt, struct stat.st_flags, struct stat.st_fstype, @@ -168,7 +168,10 @@ AC_TYPE_MODE_T AC_TYPE_GETGROUPS AC_HEADER_MAJOR AC_CHECK_TYPES([sig_atomic_t, siginfo_t],,, [#include ]) -AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_scope_id],,, [#include +#include +#include ]) AC_CHECK_TYPES([long long]) AC_LITTLE_ENDIAN_LONG_LONG AC_OFF_T_IS_LONG_LONG -- 2.40.0