diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-08-13 15:27:49 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-08-13 15:27:49 +0000 |
commit | 340615f1e5fe2891233aa72d39effbd969c8a648 (patch) | |
tree | e3c403c9f3a81304226766806c5de92c72b71a6c /gl/m4/inet_ntop.m4 | |
parent | b76be1005aec4966c3c9d4357b1bfb3320a5bc2d (diff) | |
download | gnutls-340615f1e5fe2891233aa72d39effbd969c8a648.tar.gz |
Update.
Diffstat (limited to 'gl/m4/inet_ntop.m4')
-rw-r--r-- | gl/m4/inet_ntop.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/m4/inet_ntop.m4 b/gl/m4/inet_ntop.m4 index 5eec8692e7..bb02d2298b 100644 --- a/gl/m4/inet_ntop.m4 +++ b/gl/m4/inet_ntop.m4 @@ -1,4 +1,4 @@ -# inet_ntop.m4 serial 2 +# inet_ntop.m4 serial 3 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, @@ -15,4 +15,5 @@ AC_DEFUN([gl_PREREQ_INET_NTOP], [ AC_CHECK_HEADERS_ONCE([netinet/in.h arpa/inet.h]) AC_CHECK_DECLS([inet_ntop],,,[#include <arpa/inet.h>]) AC_REQUIRE([gl_SOCKET_FAMILIES]) + AC_REQUIRE([AC_C_RESTRICT]) ]) |