diff options
author | panne <unknown> | 2004-08-30 18:15:12 +0000 |
---|---|---|
committer | panne <unknown> | 2004-08-30 18:15:12 +0000 |
commit | 0a5d1af92066ba2e4cc31ccc414d272903eded5e (patch) | |
tree | da514538a1392d232388611ffcea070f06eb82a1 /configure.ac | |
parent | 64470ac297ab1cc9a1f53ec285099eda6655814a (diff) | |
download | haskell-0a5d1af92066ba2e4cc31ccc414d272903eded5e.tar.gz |
[project @ 2004-08-30 18:15:12 by panne]
Removed duplicate tests for headers
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0df8565511..ed8d7cd4cc 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 <sys/types.h> #endif |