]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
add option to find zlib in custom path
authorRobert Schiele <rschiele@gmail.com>
Sun, 29 Jul 2007 18:35:45 +0000 (20:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Jul 2007 08:23:43 +0000 (01:23 -0700)
commitbef19da9b663044887ecac5ee091ca93567ef331
treeac3afb0dfee3c250b4e6a201280a4b471a775769
parent18508c39c48d457fd095e0e30391471658698a1a
add option to find zlib in custom path

Some systems do not provide zlib development headers and libraries in
default search path of the compiler.  For these systems we should allow
specifying the location by --with-zlib=PATH or by setting ZLIB_PATH in
the makefile.

Signed-off-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
configure.ac