summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordtucker <dtucker>2006-06-27 01:20:28 +0000
committerdtucker <dtucker>2006-06-27 01:20:28 +0000
commit3313b769f99bff94192d54759f4dde7010555e3c (patch)
treec85b3b205a825e0e943392b748ab113b970795da /configure.ac
parent24d5a54c58e330cb5c52860a5a397d1ffea717e9 (diff)
downloadopenssh-3313b769f99bff94192d54759f4dde7010555e3c.tar.gz
- (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
with autoconf 2.60. Patch from vapier at gentoo.org.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f6cd7bb9..3179ff3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.342 2006/06/24 02:10:07 dtucker Exp $
+# $Id: configure.ac,v 1.343 2006/06/27 01:20:29 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.342 $)
+AC_REVISION($Revision: 1.343 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@@ -1623,6 +1623,7 @@ main(void)
AC_MSG_RESULT(no)
AC_DEFINE(BROKEN_GETADDRINFO)
],
+ [
AC_MSG_RESULT(cross-compiling, assuming no)
]
)