diff options
author | Colin Watson <cjwatson@debian.org> | 2013-05-16 13:47:47 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2013-05-16 13:47:47 +0100 |
commit | 79524838f0d5eb1cdf9fc268ec4c0bce46ccb67f (patch) | |
tree | e0fcc573af464fcdf8112f9cd6dd985002fa1489 /configure.ac | |
parent | b396fa313014ca06e7e694ab01b7c36cba660b0a (diff) | |
parent | ffc06452028ba78cd693d4ed43df8b60a10d6163 (diff) |
Import 6.2p2 tarball
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 5db4b623b..88dd29e9d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.519 2013/03/22 01:49:15 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.518 2013/03/20 01:55:15 djm Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -15,7 +15,7 @@ | |||
15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | 16 | ||
17 | AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) | 17 | AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) |
18 | AC_REVISION($Revision: 1.519 $) | 18 | AC_REVISION($Revision: 1.518 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | AC_LANG([C]) | 20 | AC_LANG([C]) |
21 | 21 | ||
@@ -1120,7 +1120,6 @@ AC_ARG_WITH([zlib-version-check], | |||
1120 | AC_MSG_CHECKING([for possibly buggy zlib]) | 1120 | AC_MSG_CHECKING([for possibly buggy zlib]) |
1121 | AC_RUN_IFELSE([AC_LANG_PROGRAM([[ | 1121 | AC_RUN_IFELSE([AC_LANG_PROGRAM([[ |
1122 | #include <stdio.h> | 1122 | #include <stdio.h> |
1123 | #include <stdlib.h> | ||
1124 | #include <zlib.h> | 1123 | #include <zlib.h> |
1125 | ]], | 1124 | ]], |
1126 | [[ | 1125 | [[ |