summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 88dd29e9d..5db4b623b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.518 2013/03/20 01:55:15 djm Exp $ 1# $Id: configure.ac,v 1.519 2013/03/22 01:49:15 dtucker 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
17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
18AC_REVISION($Revision: 1.518 $) 18AC_REVISION($Revision: 1.519 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -1120,6 +1120,7 @@ AC_ARG_WITH([zlib-version-check],
1120AC_MSG_CHECKING([for possibly buggy zlib]) 1120AC_MSG_CHECKING([for possibly buggy zlib])
1121AC_RUN_IFELSE([AC_LANG_PROGRAM([[ 1121AC_RUN_IFELSE([AC_LANG_PROGRAM([[
1122#include <stdio.h> 1122#include <stdio.h>
1123#include <stdlib.h>
1123#include <zlib.h> 1124#include <zlib.h>
1124 ]], 1125 ]],
1125 [[ 1126 [[