Skip to content

Commit 917b88a

Browse files
author
Ralph Castain
authored
Merge pull request #2771 from rhc54/topic/zlib
Check for zlib.h
2 parents dba106e + 08b5fe4 commit 917b88a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
2020
# Copyright (c) 2013 Mellanox Technologies, Inc.
2121
# All rights reserved.
22-
# Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
22+
# Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
2323
# Copyright (c) 2014-2016 Research Organization for Information Science
2424
# and Technology (RIST). All rights reserved.
2525
# Copyright (c) 2016 IBM Corporation. All rights reserved.
@@ -597,7 +597,7 @@ AC_CHECK_HEADERS([alloca.h aio.h arpa/inet.h dirent.h \
597597
sys/types.h sys/uio.h sys/un.h net/uio.h sys/utsname.h sys/vfs.h sys/wait.h syslog.h \
598598
termios.h ulimit.h unistd.h util.h utmp.h malloc.h \
599599
ifaddrs.h crt_externs.h regex.h mntent.h paths.h \
600-
ioLib.h sockLib.h hostLib.h shlwapi.h sys/synch.h db.h ndbm.h])
600+
ioLib.h sockLib.h hostLib.h shlwapi.h sys/synch.h db.h ndbm.h zlib.h])
601601

602602
AC_CHECK_HEADERS([sys/mount.h], [], [],
603603
[AC_INCLUDES_DEFAULT

0 commit comments

Comments
 (0)