Skip to content
Snippets Groups Projects
Commit a14003b8 authored by law's avatar law
Browse files

* configure.in: only set HAVE_LIBZ if zlib.h exists

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19154 138bc75d-0d04-0410-961f-82ee72b054a4
parent a79ac5e8
No related branches found
No related tags found
No related merge requests found
Sun Apr 12 20:59:53 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
* configure.in: only set HAVE_LIBZ if zlib.h exists
Fri Apr 10 01:36:24 1998 Jim Wilson <wilson@cygnus.com>
* Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
......
This diff is collapsed.
......@@ -27,7 +27,7 @@ AM_MAINTAINER_MODE
AM_EXEEXT
dnl Checks for libraries.
AC_CHECK_LIB(z, gzdopen)
AC_CHECK_HEADERS(zlib.h, [AC_CHECK_LIB(z, gzdopen)])
# Needed on sysV68 for sigblock, sigsetmask. But check for it in libc first.
AC_CHECK_FUNC(sigblock, , AC_CHECK_LIB(bsd, sigblock))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment