summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-11-09 22:02:31 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-11-09 22:02:31 +1100
commit95cb2d4eb08117be061f3ff076adef3e9a5372c3 (patch)
tree77ce914ee6412058a786f5311358a825874cf100 /configure.ac
parent37bcef51b3d9d496caecea6394814d2f49a1357f (diff)
- (dtucker) [configure.ac] Fix brackets in NID_secp521r1 test.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 5d4793ca..20a8cd42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.541 2013/11/09 07:39:25 dtucker Exp $
+# $Id: configure.ac,v 1.542 2013/11/09 11:02:31 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
-AC_REVISION($Revision: 1.541 $)
+AC_REVISION($Revision: 1.542 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])
@@ -2526,9 +2526,9 @@ AC_LINK_IFELSE(
[ AC_MSG_RESULT([yes])
enable_nistp521=1 ],
[ AC_MSG_RESULT([no]) ],
- [ AC_MSG_WARN([cross-compiling, assuming yes])
+ [ AC_MSG_WARN([cross-compiling: assuming yes])
enable_nistp521=1 ]
- ])
+ )],
AC_MSG_RESULT([no])
)