From 0a5d1af92066ba2e4cc31ccc414d272903eded5e Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 30 Aug 2004 18:15:12 +0000 Subject: [PATCH] [project @ 2004-08-30 18:15:12 by panne] Removed duplicate tests for headers --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0df8565..ed8d7cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1010,7 +1010,6 @@ dnl ** do we have long longs? AC_CHECK_TYPES([long long]) dnl ** check what fields struct msghdr contains -AC_CHECK_HEADERS([sys/socket.h sys/uio.h]) AC_CHECK_MEMBERS([struct msghdr.msg_control, struct msghdr.msg_accrights], [], [], [#if HAVE_SYS_TYPES_H # include #endif -- 1.7.10.4