replace AC_HELP_STRING with AS_HELP_STRING
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14147 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -4,7 +4,7 @@ dnl test for IPv6
|
||||
dnl
|
||||
AC_DEFUN([AC_KRB_IPV6], [
|
||||
AC_ARG_WITH(ipv6,
|
||||
AC_HELP_STRING([--without-ipv6],[do not enable IPv6 support]),[
|
||||
AS_HELP_STRING([--without-ipv6],[do not enable IPv6 support]),[
|
||||
if test "$withval" = "no"; then
|
||||
ac_cv_lib_ipv6=no
|
||||
fi])
|
||||
|
Reference in New Issue
Block a user