aaf7336c2034f0c1e8d18f39f9a3a35a38764d4d
[openwrt/svn-archive/archive.git] / net / bind / patches / 100-configure-GOST.patch
1 --- a/configure.in 2011-06-29 19:14:25.053420788 +0400
2 +++ b/configure.in 2011-06-29 19:26:34.860280457 +0400
3 @@ -699,7 +699,9 @@
4 [AC_MSG_RESULT(yes)
5 have_gost="yes"],
6 [AC_MSG_RESULT(no)
7 - have_gost="no"])
8 + have_gost="no"],
9 + [AC_MSG_RESULT(assuming target platform has no GOST support)
10 + have_gost="no"])
11 case $have_gost in
12 yes)
13 OPENSSL_GOST="yes"