- (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype.

This commit is contained in:
Darren Tucker 2013-03-22 12:49:14 +11:00
parent eed8dc2610
commit c8a0f27c6d
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
- (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
Hands' greatly revised version. Hands' greatly revised version.
- (djm) Release 6.2p1 - (djm) Release 6.2p1
- (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype.
20120318 20120318
- (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c] - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c]

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.518 2013/03/20 01:55:15 djm Exp $ # $Id: configure.ac,v 1.519 2013/03/22 01:49:15 dtucker Exp $
# #
# Copyright (c) 1999-2004 Damien Miller # Copyright (c) 1999-2004 Damien Miller
# #
@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
AC_REVISION($Revision: 1.518 $) AC_REVISION($Revision: 1.519 $)
AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C]) AC_LANG([C])
@ -1120,6 +1120,7 @@ AC_ARG_WITH([zlib-version-check],
AC_MSG_CHECKING([for possibly buggy zlib]) AC_MSG_CHECKING([for possibly buggy zlib])
AC_RUN_IFELSE([AC_LANG_PROGRAM([[ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <zlib.h> #include <zlib.h>
]], ]],
[[ [[