summaryrefslogtreecommitdiff
path: root/am/ipv6.m4
diff options
context:
space:
mode:
Diffstat (limited to 'am/ipv6.m4')
-rw-r--r--am/ipv6.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/am/ipv6.m4 b/am/ipv6.m4
index 181f5b353..ea0f46087 100644
--- a/am/ipv6.m4
+++ b/am/ipv6.m4
@@ -1,5 +1,5 @@
dnl This file is part of GNU Mailutils. -*- autoconf -*-
-dnl Copyright (C) 2011-2019 Free Software Foundation, Inc.
+dnl Copyright (C) 2011-2024 Free Software Foundation, Inc.
dnl
dnl GNU Mailutils is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@ dnl along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AC_DEFUN([MU_ENABLE_IPV6],
[AC_ARG_ENABLE(ipv6,
- [AC_HELP_STRING([--enable-ipv6], [enable IPv6 support])],
+ [AS_HELP_STRING([--enable-ipv6], [enable IPv6 support])],
[status_ipv6=$enableval],
[status_ipv6=maybe])
@@ -53,4 +53,4 @@ MAILUTILS_AF_INET6_DEFINED
AC_DEFINE_UNQUOTED([MAILUTILS_IPV6],1,
[Define to 1 if IPv6 support is enabled])
fi
- fi]) \ No newline at end of file
+ fi])

Return to:

Send suggestions and report system problems to the System administrator.