From: Wouter Wijngaards Date: Mon, 10 Aug 2009 09:07:12 +0000 (+0000) Subject: label experimental signing algorithms X-Git-Tag: release-1.6.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5cc1336b64beffac9bfd739bc2220aaab30fff3;p=thirdparty%2Fldns.git label experimental signing algorithms --- diff --git a/configure.ac b/configure.ac index 2b6f6dfa..f8a0d070 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,7 @@ ACX_LIBTOOL_C_ONLY #AC_CHECK_PROG(glibtool, glibtool, [glibtool], ) #AC_CHECK_PROGS(libtool, [libtool15 libtool], [./libtool]) -AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support])) +AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support, experimental])) case "$enable_sha2" in yes) AC_MSG_CHECKING(for SHA256 and SHA512) @@ -98,7 +98,7 @@ case "$enable_sha2" in ;; esac -AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support])) +AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support, experimental])) case "$enable_gost" in yes) AC_MSG_CHECKING(for GOST) diff --git a/examples/configure.ac b/examples/configure.ac index 6f630e2e..99b31250 100644 --- a/examples/configure.ac +++ b/examples/configure.ac @@ -197,7 +197,7 @@ AC_CHECK_LIB(nsl, inet_pton) ACX_WITH_SSL_OPTIONAL -AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support])) +AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support, experimental])) case "$enable_sha2" in yes) AC_MSG_CHECKING(for SHA256 and SHA512) @@ -210,7 +210,7 @@ case "$enable_sha2" in ;; esac -AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support])) +AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support, experimental])) case "$enable_gost" in yes) AC_MSG_CHECKING(for GOST)