93fb9e05b0
Signed-off-by: Alexey I. Froloff <raorn@altlinux.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@28014 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
373 B
Diff
14 lines
373 B
Diff
--- a/configure.in 2011-06-29 19:14:25.053420788 +0400
|
|
+++ b/configure.in 2011-06-29 19:26:34.860280457 +0400
|
|
@@ -699,7 +699,9 @@
|
|
[AC_MSG_RESULT(yes)
|
|
have_gost="yes"],
|
|
[AC_MSG_RESULT(no)
|
|
- have_gost="no"])
|
|
+ have_gost="no"],
|
|
+ [AC_MSG_RESULT(assuming target platform has no GOST support)
|
|
+ have_gost="no"])
|
|
case $have_gost in
|
|
yes)
|
|
OPENSSL_GOST="yes"
|