summaryrefslogtreecommitdiff
path: root/m4/inet_ntop.m4
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-06-26 08:54:42 +0000
committerSimon Josefsson <simon@josefsson.org>2006-06-26 08:54:42 +0000
commitb1322c6632bfa9ea6df2ed21ef4c83721b332e33 (patch)
tree559fb44961f9410531ddf133a32afed07d0b7692 /m4/inet_ntop.m4
parentb989300b1c874e93a3570eb793874de7aee52535 (diff)
downloadgnulib-b1322c6632bfa9ea6df2ed21ef4c83721b332e33.tar.gz
2006-06-26 Simon Josefsson <jas@extundo.com>
* inet_ntop.m4: Don't check for sys/types.h, we assume it is present.
Diffstat (limited to 'm4/inet_ntop.m4')
-rw-r--r--m4/inet_ntop.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/inet_ntop.m4 b/m4/inet_ntop.m4
index 7ffbbda45b..bb8fabfd74 100644
--- a/m4/inet_ntop.m4
+++ b/m4/inet_ntop.m4
@@ -1,5 +1,5 @@
-# inet_ntop.m4 serial 1
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+# inet_ntop.m4 serial 2
+dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -12,7 +12,7 @@ AC_DEFUN([gl_INET_NTOP],
# Prerequisites of lib/inet_ntop.h and lib/inet_ntop.c.
AC_DEFUN([gl_PREREQ_INET_NTOP], [
- AC_CHECK_HEADERS_ONCE(sys/types.h arpa/inet.h)
+ AC_CHECK_HEADERS_ONCE(arpa/inet.h)
AC_CHECK_DECLS([inet_ntop],,,[#include <arpa/inet.h>])
AC_REQUIRE([gl_SOCKET_FAMILIES])
])