Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2000:
[Freeciv-Dev] Re: patch: zlib support (PR#366)
Home

[Freeciv-Dev] Re: patch: zlib support (PR#366)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jjm@xxxxxxxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx, bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: patch: zlib support (PR#366)
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Mon, 15 May 2000 18:14:38 +1000 (EST)

Jeff Mallatt wrote:

> This simply doesn't compile on my machine!  My zlib.h doesn't say anything
> about a function called gzgets().  I've probably got too old a version of
> zlib.h (1.0.4).  This points out that ./configure should be smarter about
> versions.

That aspect is probably solvable by (in patched configure.in)
replacing
    AC_CHECK_LIB(z, inflate, , 
with:
    AC_CHECK_LIB(z, gzgets, , 

(Agree with rest of post.)

-- David



[Prev in Thread] Current Thread [Next in Thread]