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  5ab869ff3fe95ad07b4dd919ba91b64e7c3183ba (commit)
      from  192a0fc6a0b3d891dec9708be31d0ab49a16738d (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=5ab869ff3fe95ad07b4dd919ba91b64e7c3183ba


commit 5ab869ff3fe95ad07b4dd919ba91b64e7c3183ba
Author: Mats Erik Andersson <[email protected]>
Date:   Tue Feb 9 22:42:00 2016 +0100

    Properly disable the generation of ping6.

diff --git a/ChangeLog b/ChangeLog
index 0092933..6b53b0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-09  Mats Erik Andersson  <[email protected]>
+
+       * configure.ac (missing ipv6 or icmp6): Disable `ping6' using
+       the macro IU_DISABLE_TARGET.
+
 2016-01-23  Mats Erik Andersson  <[email protected]>
 
        ftp: Allow remote user in command.
diff --git a/configure.ac b/configure.ac
index e1dfcff..2edc6b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -463,7 +463,7 @@ else
 fi
 
 if test "$ipv6" = "no" || test "$working_ipv6" = "no";then
-  ping6_BUILD=''
+  IU_DISABLE_TARGET([ping6])
 else
   working_icmp6=yes
   AC_CHECK_HEADER(netinet/icmp6.h, , working_icmp6=no,
@@ -552,7 +552,7 @@ else
 
   if test "$working_icmp6" = "no"; then
     AC_MSG_WARN([ICMPv6 support not available, disabling ping6])
-    ping6_BUILD=''
+    IU_DISABLE_TARGET([ping6])
   fi
 fi
 

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

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


hooks/post-receive
-- 
GNU Inetutils 

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

Reply via email to