This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  d225085e2dab694dd54eecda48449e2104c5b008 (commit)
      from  75d1a604ca9ac9adae670ede5a5a3beeb72b8ce4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=d225085e2dab694dd54eecda48449e2104c5b008


commit d225085e2dab694dd54eecda48449e2104c5b008
Author: Alfred M. Szmidt <[email protected]>
Date:   Sat Nov 19 15:07:56 2011 +0100

    configure.ac: Add check for IPV6_2292HOPLIMIT.

diff --git a/ChangeLog b/ChangeLog
index ec9669a..216dcbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-11-19  Alfred M. Szmidt  <[email protected]>
 
+       * configure.ac: Add check for IPV6_2292HOPLIMIT.
+
+2011-11-19  Alfred M. Szmidt  <[email protected]>
+
        * cfg.mk (sc_unsigned_char, sc_unsigned_long): New targets.
 
 2011-11-19  Mats Erik Andersson <[email protected]>
diff --git a/configure.ac b/configure.ac
index e1fd73a..421bda6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,6 +367,10 @@ else
   if test "X$working_icmp6" = "Xyes"; then
     IU_CHECK_MACRO(IPV6_RECVHOPLIMIT, [#include <netinet/in.h>], ,
                   [have_recvhoplimt=yes], [have_recvhoplimt=no])
+    IU_CHECK_MACRO(IPV6_2292HOPLIMIT, [#include <netinet/in.h>], , [
+      AC_DEFINE([IPV6_HOPLIMIT], IPV6_2292HOPLIMIT,
+                [Define to IPV6_HOPLIMIT if not available])
+    ], [working_icmp6=no])
     if test "X$have_recvhoplimt" = "Xno"; then
       IU_CHECK_MACRO(IPV6_HOPLIMIT, [#include <netinet/in.h>], , [
         AC_DEFINE([IPV6_RECVHOPLIMIT], IPV6_HOPLIMIT,

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    4 ++++
 configure.ac |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 

_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to